circuitpython/devices/ble_hci/common-hal/_bleio
Jeff Epler 774f6ac6ab
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 09:49:06 +01:00
..
hci_include fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
Adapter.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Adapter.h fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
Attribute.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Attribute.h
Characteristic.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Characteristic.h
CharacteristicBuffer.c wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
CharacteristicBuffer.h
Connection.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Connection.h
Descriptor.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Descriptor.h
PacketBuffer.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
PacketBuffer.h
Service.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Service.h
UUID.c
UUID.h
__init__.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
__init__.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
att.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
att.h
hci.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
hci.h
hci_debug.c