BluetoothGattWrapper
Functions
Link copied to clipboard
Disconnects the current connection or cancels the current attempt if it is in progress
Link copied to clipboard
Discovers services offered by a remote device as well as their characteristics and descriptors.
Link copied to clipboard
Reads the value of the CharacteristicWrapper from the device
Link copied to clipboard
Reads the value of the DeviceWrapper from the device
Link copied to clipboard
Reads the RSSI value
Link copied to clipboard
Request a MTU size
Link copied to clipboard
abstract fun setCharacteristicNotification(wrapper: CharacteristicWrapper, enable: Boolean): Boolean
Enable or disable notifications for a given CharacteristicWrapper
Link copied to clipboard
Writes a value to the CharacteristicWrapper from the device
Link copied to clipboard
Writes a value to the DescriptorWrapper from the device