circuitpython/ports/nrf/common-hal/_bleio
Scott Shawcroft aa28d4f315
Allow setting max_packet_size for PacketBuffer
This is handy for remote characteristics because it allows for
the PacketBuffer binding code to have the correct max size. This
PR also adds checks so we don't write outside the outgoing buffer.
2021-04-14 17:09:48 -07:00
..
__init__.c Changed error message to display the generic term 'system firmware' instead of the Nordic specific term 'soft device' 2021-04-02 20:34:37 +02:00
__init__.h merge from upstream 2020-08-30 14:39:03 -04:00
Adapter.c Fix central pairing and crash on clear 2021-03-31 16:04:04 -07:00
Adapter.h run code formatting script 2021-03-15 19:27:36 +05:30
Attribute.c rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
bonding.c run code formatting script 2021-03-15 19:27:36 +05:30
bonding.h run code formatting script 2021-03-15 19:27:36 +05:30
Characteristic.c Allow setting max_packet_size for PacketBuffer 2021-04-14 17:09:48 -07:00
Characteristic.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
CharacteristicBuffer.c run code formatting script 2021-03-15 19:27:36 +05:30
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c Fix central pairing and crash on clear 2021-03-31 16:04:04 -07:00
Connection.h run code formatting script 2021-03-15 19:27:36 +05:30
Descriptor.c run code formatting script 2021-03-15 19:27:36 +05:30
Descriptor.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
PacketBuffer.c Allow setting max_packet_size for PacketBuffer 2021-04-14 17:09:48 -07:00
PacketBuffer.h Allow setting max_packet_size for PacketBuffer 2021-04-14 17:09:48 -07:00
Service.c run code formatting script 2021-03-15 19:27:36 +05:30
Service.h fix #3228 for nrf; still needs to be fixed for HCI; tested 2020-08-11 16:21:16 -04:00
UUID.c run code formatting script 2021-03-15 19:27:36 +05:30
UUID.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00