0

I am developing BLE application for android 4.3+ devices. Device discovery, Device Connecting and then Service Discovery everything fine for Nexus4 4.3 device. But same sequence not working, after establish connection, it not able to discover services.

What I understand till now is, it should work flawlessly for every android device who support BLE4.0 and has Android OS version 4.3+. Is there anything depend on Hardware or any other device specification. Here it also support same, it should not be different.

CoDe
  • 11,056
  • 14
  • 90
  • 197

1 Answers1

0

You should call Discovery services once right after your GATT-client connected. If it is failed, this may mean your device possibly lost bonding (often case). At all Android BLE critical unstable yet.

Community
  • 1
  • 1
Konstantin Konopko
  • 5,229
  • 4
  • 36
  • 62