circuitpython/devices/ble_hci/common-hal/_bleio
Jeff Epler 7151ee85ce _bleio: add missing break statement 2020-09-12 16:30:12 -05:00
..
hci_include address review; use constructor for HCI Adapter 2020-08-30 14:06:48 -04:00
Adapter.c address review; use constructor for HCI Adapter 2020-08-30 14:06:48 -04:00
Adapter.h address review; use constructor for HCI Adapter 2020-08-30 14:06:48 -04:00
Attribute.c discovery of Nordic UART service working 2020-08-08 00:29:37 -04:00
Attribute.h characteristic/cccd r/w; not tested 2020-08-10 19:46:18 -04:00
Characteristic.c bug in char get_value; raise NotImpl; better arg validation 2020-08-14 23:38:58 -04:00
Characteristic.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
CharacteristicBuffer.c ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
CharacteristicBuffer.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Connection.c ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Connection.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Descriptor.c bug in char get_value; raise NotImpl; better arg validation 2020-08-14 23:38:58 -04:00
Descriptor.h hci early wip; refactor supervisor bluetooth.c for nrf: tested 2020-06-25 20:57:17 -04:00
PacketBuffer.c ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
PacketBuffer.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Service.c ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Service.h service discovery works; need to work on char and descriptor discovery 2020-08-04 18:24:37 -04:00
UUID.c characteristic/cccd r/w; not tested 2020-08-10 19:46:18 -04:00
UUID.h characteristic/cccd r/w; not tested 2020-08-10 19:46:18 -04:00
__init__.c address review; use constructor for HCI Adapter 2020-08-30 14:06:48 -04:00
__init__.h merge from upstream; working; includes debug_out code for debugging via Saleae for posterity 2020-08-20 20:29:57 -04:00
att.c _bleio: add missing break statement 2020-09-12 16:30:12 -05:00
att.h Fix a few bugs 2020-08-18 16:10:09 -04:00
hci.c improve HCI packet error handling 2020-08-21 10:17:59 -04:00
hci.h improve HCI packet error handling 2020-08-21 10:17:59 -04:00
hci_debug.c merge from upstream; working; includes debug_out code for debugging via Saleae for posterity 2020-08-20 20:29:57 -04:00