micropython/extmod/btstack
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write.
This allows the write to trigger a notification or indication, but only to
subscribed clients. This is different to gatts_notify/gatts_indicate,
which will unconditionally notify/indicate.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-08-14 22:21:55 +10:00
..
btstack.mk extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0. 2021-07-17 23:55:25 +10:00
btstack_config.h extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00
btstack_hci_uart.c extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit. 2021-06-23 13:14:26 +10:00
btstack_hci_uart.h extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00
modbluetooth_btstack.c extmod/modbluetooth: Add send_update arg to gatts_write. 2021-08-14 22:21:55 +10:00
modbluetooth_btstack.h extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 2020-09-08 11:41:31 +10:00