NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Send gattc_write_cmd packet and skip waiting for TX-complete event. #30

Closed magnev closed 7 years ago

magnev commented 7 years ago

Removed waiting for TX_COMPLETE event when calling gattc_write with operation WriteWithoutRespond. This allows for multiple TX packets to be sent to the connectivity chip, and thus increasing the BLE transfer speed.

It increases BLE DFU transfer speed by ~2.6x.