Robustly communicating with multiple BLE devices simultaneously on Android
问题 Although undocumented, conventional wisdom using the Android BLE apis is that certain operations like reading / writing Characteristics & Descriptors should be done one at a time (although some devices are more lenient than others). However, I am not clear on whether this policy should apply only to a single connection, or across all active connections. I've heard that its best to initiate connections to devices one at a time. That might be an example of operations (connect / connectGatt)