Readonly
Experimental
Wearable Only
connectionThe state of the GATT connection represented as a Bluetooth.ConnectionState enum.
Readonly
Experimental
Wearable Only
mtuThe current Maximum Transmission Unit (MTU).
Readonly
Experimental
Wearable Only
onEvent to observe changes in connection state.
Readonly
Experimental
Wearable Only
onEvent to observe changes in Maximum Transmission Unit (MTU).
Experimental
Wearable Only
Terminate the Bluetooth client connection, disconnection included if applicable.
Experimental
Wearable Only
Re-establish connection to the device. Asynchronous call: to detect when the device is connected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
Experimental
Wearable Only
Unpair or disconnect from the device. Asynchronous call: to detect when the device is disconnected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
Experimental
Wearable Only
Retrieve a specific Bluetooth.BluetoothGattService using its UUID from the GATT server.
Experimental
Wearable Only
Retrieve all available services from the GATT server.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Provides access to the Bluetooth connection.