Does Android 4.3 support multiple BLE device connections?

前端 未结 3 588
一个人的身影
一个人的身影 2021-01-17 03:25

I am currently working on Android 4.3 Bluetooth Low Energy, I am able to connect to a device, get services, read/write service. Now when I try to connect to second device,

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 03:37

    It should work for all if you implement different BluetoothGatt instance and different GattCallback for each device you want to connect...

提交回复
热议问题