接口 IBleDeviceManager
-
- 所有已知实现类:
MyBleDeviceManager
public interface IBleDeviceManager
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interface
IBleDeviceManager.DeviceType
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 IDeviceAuthCallback
getDeviceAuthCallback()
IDeviceNotifyCallback
getDeviceSyncCallback()
OnDeviceDataSyncCallback
getDeviceSyncStatusCallback()
java.lang.String
getDeviceType()
java.lang.String
getDeviceUserUUID()
java.lang.String
getMacAddr()
com.ltdigital.sdk.android.ble_protocol.bluetooth.DataSyncOperationQueue
getOperationQueue()
boolean
isDeviceAuth()
boolean
isDeviceUpdating()
void
onReceiveDeviceData(android.bluetooth.BluetoothGattCharacteristic characteristic, byte[] data)
boolean
sendDataToDevice(com.android.ble.bean.DataBean dataBean)
-
-
-
方法详细资料
-
onReceiveDeviceData
void onReceiveDeviceData(android.bluetooth.BluetoothGattCharacteristic characteristic, byte[] data)
-
sendDataToDevice
boolean sendDataToDevice(com.android.ble.bean.DataBean dataBean)
-
getMacAddr
@NonNull java.lang.String getMacAddr()
-
getDeviceSyncCallback
IDeviceNotifyCallback getDeviceSyncCallback()
-
getDeviceAuthCallback
IDeviceAuthCallback getDeviceAuthCallback()
-
getDeviceSyncStatusCallback
OnDeviceDataSyncCallback getDeviceSyncStatusCallback()
-
getOperationQueue
com.ltdigital.sdk.android.ble_protocol.bluetooth.DataSyncOperationQueue getOperationQueue()
-
getDeviceUserUUID
java.lang.String getDeviceUserUUID()
-
getDeviceType
java.lang.String getDeviceType()
-
isDeviceAuth
boolean isDeviceAuth()
-
isDeviceUpdating
boolean isDeviceUpdating()
-
-