How to fix Android BLE SCAN_FAILED_APPLICATION_REGISTRATION_FAILED error?

前端 未结 5 2013
北荒
北荒 2021-02-07 03:28

Most of times it works great but sometimes i\'m having this error while trying to discover BLE devices:

02-12 18:00:41.952  16178-16339/com.icrealtime.allie W/Bl         


        
5条回答
  •  旧巷少年郎
    2021-02-07 04:12

    Make sure you close the GattConnection if you disconnect and/or reconnect. Just disposing of the object doesn’t release underlying resources and you will soon reach a limit as there, to my understanding, are no more than 32 possible simultaneous clients across all apps.

提交回复
热议问题