search

Home  >  Q&A  >  body text

bluetooth - Android低功耗蓝牙不能进入onServicesDiscovered()回调?

项目在适配华为Android7.0系统的手机上遇到了这个问题,如华为mate8,在其他手机上是没有问题的(华为4.4系统、华为6.0系统、小米4.4系统、三星6.0系统、小米7.0系统)。具体表现的情况为连接后能进入onConnectionStateChange()回调,在这个回调里(post到主线程)进行bleGatt.discoverServices()(返回值是true)却不能进入onServicesDiscovered()回调,有一定几率能进入,很大几率不能进入。
尝试过断开连接后使用反射出的API去清除蓝牙缓存也不能解决。

PHP中文网PHP中文网2771 days ago895

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-04-18 09:19:45

    I also encountered the same problem. Did the author solve it?

    reply
    0
  • Cancelreply