如何在发生ble设备链接丢失时收到通知

时间:2016-05-23 07:33:00

标签: android bluetooth

我是bledevice的新手。请帮助我,当发生设备链接丢失时,如何得到通知。当设备链接丢失发生时,我需要在android中做一些事情。

目前,当使用广播接收器连接和断开设备时,我会收到通知。

我知道链路丢失服务0x1803 和蓝牙Gatt的特点是00002A06-0000 - ****** - ******* - **** 34F

但我不知道如何使用它请帮助我。

1 个答案:

答案 0 :(得分:0)

当外围设备与设置为STATE_DISCONNECTED的newState断开连接时,您将收到onConnectionStateChange回调。