XVibes
Inherited properties
Functions
Link copied to clipboard
Same Bluetooth accessories can't appear in Scan operation when we use only the Service UUID, so we add scan by Accessories name to handle these case.
Link copied to clipboard
Link copied to clipboard
Abstract method, must be implement to return the service UUID for your device, otherwise your device does not work.Note that : getServiceUUID is used to scan for available device , else we consider device not supported).
Link copied to clipboard
open override fun onCharacteristicUpdated(characteristic: BluetoothGattCharacteristic)
Content copied to clipboard
Callback triggered as a result of a remote characteristic notification.
Link copied to clipboard
Inherited functions
Link copied to clipboard
open fun registerButtonActions(@Nullable callbacks: MutableSet<IBleEventCallBack>?)
Content copied to clipboard
Link copied to clipboard
open fun unRegisterButtonActions(@Nullable callback: MutableSet<IBleEventCallBack>?)
Content copied to clipboard