ConnectedDevice

actual interface ConnectedDevice : Device

A Device that connected to a BluetoothServer

Inheritors

actual interface ConnectedDevice : Device

A Device that connected to a BluetoothServer

Inheritors

expect interface ConnectedDevice : Device

A Device that connected to a BluetoothServer

Properties

Link copied to clipboard
abstract val cbCentral: CBCentral

The platform CBCentral of the connected device

Link copied to clipboard
abstract val device: BluetoothDevice

The platform BluetoothDevice of the connected device

Link copied to clipboard
abstract val identifier: Identifier
abstract val identifier: Identifier
abstract val identifier: Identifier
Link copied to clipboard
actual abstract val mtu: MTU?

The MTU negotiated with this device, or null if it is not known. Notification payloads should be sized to at most mtu - 3 bytes.

actual abstract val mtu: MTU?

The MTU negotiated with this device, or null if it is not known. Notification payloads should be sized to at most mtu - 3 bytes.

expect abstract val mtu: MTU?

The MTU negotiated with this device, or null if it is not known. Notification payloads should be sized to at most mtu - 3 bytes.