bluetooth - Samsung Android BLE multiple read/write -


in samsung 4.2 4.3 ble app migration guide (http://developer.samsung.com/ble) says:

the synchronous nature of stack , f/w hasn’t been affected. is, if call example, writecharacteristic particular characteristic, if returns true, next call bluetoothgatt or bluetoothgattserver method should done after oncharacteristicread callback received. because stack designed support , process 1 gatt call @ time, , if, example, call writecharacteristic or readcharacteristic of characteristic after first one, ignored.

is there mistake in paragraph? when need multiple writes why should need read characteristics before/after each write? think should this:

.. is, if call example, writecharacteristic particular characteristic, if returns true, next call bluetoothgatt or bluetoothgattserver method should done after oncharacteristicwrite callback received. ...

yes of course oncharacteristicwrite callback. copy paste error


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -