Readonly Experimental Wearable OnlyconnectionThe state of the GATT connection represented as a Bluetooth.ConnectionState enum.
Readonly Experimental Wearable OnlymtuThe current Maximum Transmission Unit (MTU).
Readonly Experimental Wearable OnlyonEvent to observe changes in connection state.
Readonly Experimental Wearable OnlyonEvent to observe changes in Maximum Transmission Unit (MTU).
Experimental Wearable OnlyTerminate the Bluetooth client connection, disconnection included if applicable.
Experimental Wearable OnlyRe-establish connection to the device. Asynchronous call: to detect when the device is connected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
Experimental Wearable OnlyUnpair or disconnect from the device. Asynchronous call: to detect when the device is disconnected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
Experimental Wearable OnlyRetrieve a specific Bluetooth.BluetoothGattService using its UUID from the GATT server.
Experimental Wearable OnlyRetrieve 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.