petzval / btferret

Python and C Bluetooth Library
MIT License
122 stars 21 forks source link

Writable without response only? #18

Closed gregoiregentil closed 1 year ago

gregoiregentil commented 1 year ago

All the writable characteristics are without response. It would be great to have an option to make it with response.

petzval commented 1 year ago

Write with response is available via PERMIT=08 (write with acknowledge) or to include read PERMIT=0A (read + write with ack)

gregoiregentil commented 1 year ago

Great! Thank you.