public static interface IChannel.OperationCallback
操作结果(成功/失败)回调接口
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_GATT
android gatt 错误
|
static int |
ERROR_TIMEOUT
超时
|
static int |
ERROR_UNKNOWN
未知错误
|
static int |
NO_ERROR
成功
|
Modifier and Type | Method and Description |
---|---|
void |
onOpError(int code,
java.lang.String message)
操作失败时触发
|
void |
onOpSuccess()
操作成功(写数据完成,即数据已经发送到设备且收到ACK)时触发
|
static final int NO_ERROR
static final int ERROR_TIMEOUT
static final int ERROR_GATT
static final int ERROR_UNKNOWN