摘要: 以下均为自己在Android ble开发项目中遇到的问题 1.尽量不要在BluetoothGattCallback里面的回调函数中执行读写通知操作,最多一个,因为例如在onServicesDiscovered回调函数中只会传一个写操作,不管里面有多少个,而通知如setCharacteristicNo 阅读全文
posted @ 2019-01-04 16:23 菜K 阅读(1216) 评论(0) 推荐(0)