1

If Android app A sets up a BLE GATT server, can Android app B (on the same device) discover and connect to that GATT server as a client?

user924037
  • 141
  • 1
  • 6

1 Answers1

0

No this shouldn't be possible because Bluetooth doesn't allow a device to connect to itself. I can't find in the spec where it specifically states this, but I have tried to do this using different Bluetooth stacks in the past and I wasn't able to.

Some information is provided here:-

Loopback in Android Bluetooth

Youssif Saeed
  • 11,789
  • 4
  • 44
  • 72