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)
Content copied to clipboard
fun CoroutineScope.peripheral(identifier: Identifier, builderAction: PeripheralBuilderAction = {}): Peripheral
Deprecated
Replaced with `Peripheral` builder function (not a CoroutineScope extension function).
Replace with
Peripheral(identifier, builderAction)
Content copied to clipboard
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)
Content copied to clipboard
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)
Content copied to clipboard
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)
Content copied to clipboard
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)
Content copied to clipboard