I remember reading in the "Guide and Hint"-doc to the Samsung BLE API (archived page):
One of the most important concepts of the Samsung F/W and stack is its synchronous nature. That is, if we call for example,
writeCharacteristicfor a particular characteristic, if it returnstrue, the next call to anyBluetoothGattorBluetoothGattServermethod should be done after theonCharacteristicReadcallback is received. This is because the stack is designed to support and process only one GATT call at a time, and if, for example, you callwriteCharacteristicorreadCharacteristicon any characteristic soon after the first one, it is ignored.
- Does that also apply to the native implementation of BLE introduced in Android 4.3?
- Samsung API also supports only one connected GATT device at a time. Has this changed in the native API?
 
     
    