DefaultBluetoothGattWrapper
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 RemoteCharacteristicWrapper 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
open override fun setCharacteristicNotification(wrapper: RemoteCharacteristicWrapper, enable: Boolean): Boolean
Enable or disable notifications for a given RemoteCharacteristicWrapper
Link copied to clipboard
open override fun writeCharacteristic(wrapper: RemoteCharacteristicWrapper, value: ByteArray): Boolean
Writes a value to the RemoteCharacteristicWrapper from the device
Link copied to clipboard
Writes a value to the RemoteDescriptorWrapper from the device