peripheral

fun CoroutineScope.peripheral(bluetoothDevice: BluetoothDevice, builderAction: PeripheralBuilderAction = {}): Peripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(bluetoothDevice, builderAction)

fun CoroutineScope.peripheral(identifier: Identifier, builderAction: PeripheralBuilderAction = {}): Peripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(identifier, builderAction)
fun <Error class: unknown class>.peripheral(identifier: <Error class: unknown class>, builderAction: <Error class: unknown class> = {}): <Error class: unknown class>
fun <Error class: unknown class>.peripheral(cbPeripheral: <Error class: unknown class>, builderAction: <Error class: unknown class>): CoreBluetoothPeripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(cbPeripheral, builderAction)
expect fun CoroutineScope.peripheral(advertisement: Advertisement, builderAction: PeripheralBuilderAction = {}): Peripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(advertisement, builderAction)
actual fun CoroutineScope.peripheral(advertisement: Advertisement, builderAction: PeripheralBuilderAction): Peripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(advertisement, builderAction)
actual fun CoroutineScope.peripheral(advertisement: Advertisement, builderAction: PeripheralBuilderAction): Peripheral

Deprecated

Replaced with `Peripheral` builder function (not a CoroutineScope extension function).

Replace with

Peripheral(advertisement, builderAction)