想请问一下... 不知道有没有人遇过抓取ble device的services的时后,
有时候会抓不完整的状况,但还是会进入onServiceDiscovered().
用Log印出如下: (1)抓取完整时:
Connected to GATT server.
Attempting to start service discovery:true
Service UUID Found: 00001801-0000-1000-8000-00805f9b34fb
Service UUID Found: 00001800-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000180f-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fd00-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fa00-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fc00-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fb00-0000-1000-8000-00805f9b34fb
(2)抓取不完整时:(少抓到fb00这个service)
Connected to GATT server.
Attempting to start service discovery:true
Service UUID Found: 00001801-0000-1000-8000-00805f9b34fb
Service UUID Found: 00001800-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000180f-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fd00-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fa00-0000-1000-8000-00805f9b34fb
Service UUID Found: 0000fc00-0000-1000-8000-00805f9b34fb
不知道是哪里出了问题? 请板上神人解答..