Readonly ExperimentalconnectionThe state of the GATT connection represented as a Bluetooth.ConnectionState enum.
Readonly ExperimentalmtuThe current Maximum Transmission Unit (MTU).
Readonly ExperimentalonEvent to observe changes in connection state.
Readonly ExperimentalonEvent to observe changes in Maximum Transmission Unit (MTU).
ExperimentalRe-establish connection to the device. Asynchronous call: to detect when the device is connected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
ExperimentalUnpair or disconnect from the device. Asynchronous call: to detect when the device is disconnected listen on the Bluetooth.BluetoothGatt.onConnectionStateChangedEvent.
ExperimentalRetrieve a specific Bluetooth.BluetoothGattService using its UUID 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.