Android BLE - Connecting to multiple devices seem to fail and GATT Response is the same for both connections?
问题 I am developing an Android Application that connects to a BLE Device and reads the specific GATT Characteristics and Services that I need to check. I used the BluetoothLeGATT example from the Android Dev site as my reference. I can connect to a predefined Address without problems and read the GATT Attribute updates. What I want to do next is to be able to connect to two BLE Devices simultaneously. However, this seems to be a challenge. What I did was to essentially duplicate the code needed