circuitpython/shared-bindings/_bleio
Scott Shawcroft 9fcf96cb64
Replace _bleio.ConnectionError with the native version
Replace uses of _bleio.ConnectionError with regular ConnectionError

Fixes #3008
2020-10-07 17:11:32 -07:00
..
Adapter.c share more of _bleio dict; fix one doc error 2020-09-01 12:41:58 -04:00
Adapter.h merge from upstream 2020-08-30 14:39:03 -04:00
Address.c _bleio: fix markup typo 2020-09-13 11:56:34 -05:00
Address.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.c Fix several type hints 2020-07-27 18:05:13 +09:00
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c merge from upstream; working; includes debug_out code for debugging via Saleae for posterity 2020-08-20 20:29:57 -04:00
Characteristic.h fix #3228 for nrf; still needs to be fixed for HCI; tested 2020-08-11 16:21:16 -04:00
CharacteristicBuffer.c Replace _bleio.ConnectionError with the native version 2020-10-07 17:11:32 -07:00
CharacteristicBuffer.h further ringbuf cleanup 2020-04-21 17:38:20 -04:00
Connection.c Replace _bleio.ConnectionError with the native version 2020-10-07 17:11:32 -07:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c merge from upstream; working; includes debug_out code for debugging via Saleae for posterity 2020-08-20 20:29:57 -04:00
Descriptor.h Refine _bleio 2019-10-21 18:57:03 -07:00
PacketBuffer.c Replace _bleio.ConnectionError with the native version 2020-10-07 17:11:32 -07:00
PacketBuffer.h add PacketBuffer .incoming_ and .outgoing_packet_length 2020-05-04 15:59:45 -04:00
ScanEntry.c Fix several type hints 2020-07-27 18:05:13 +09:00
ScanEntry.h Refine _bleio 2019-10-21 18:57:03 -07:00
ScanResults.c Made every init return None 2020-07-03 14:23:34 -04:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c fix #3228 for nrf; still needs to be fixed for HCI; tested 2020-08-11 16:21:16 -04:00
Service.h merge from upstream 2020-08-30 14:39:03 -04:00
UUID.c merge from upstream; working; includes debug_out code for debugging via Saleae for posterity 2020-08-20 20:29:57 -04:00
UUID.h discovery of Nordic UART service working 2020-08-08 00:29:37 -04:00
__init__.c Replace _bleio.ConnectionError with the native version 2020-10-07 17:11:32 -07:00
__init__.h Replace _bleio.ConnectionError with the native version 2020-10-07 17:11:32 -07:00