circuitpython/ports/nrf/common-hal/_bleio
Scott Shawcroft 644d2ba7a2 Add more "extern" declarations for gcc10 compat
gcc has tightened the restrictions on forward declarations that lack
"extern".  Fix them up.
2020-08-21 14:39:37 -05:00
..
Adapter.c Merge pull request #3281 from dhalbert/fix-spim3-buffer-location 2020-08-17 19:28:03 -04:00
Adapter.h nrf: bleio: parameterize softradio configuration 2020-04-21 12:29:59 +08:00
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
Characteristic.c rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Characteristic.h fix CCCD bonding store; avoid excessive bonding writes 2020-01-12 23:32:51 -05:00
CharacteristicBuffer.c make translate again 2020-05-04 17:26:59 -04:00
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c Refine _bleio 2019-10-21 18:57:03 -07:00
Descriptor.h Refine _bleio 2019-10-21 18:57:03 -07:00
PacketBuffer.c address review comments 2020-05-04 19:51:08 -04:00
PacketBuffer.h add PacketBuffer .incoming_ and .outgoing_packet_length 2020-05-04 15:59:45 -04:00
Service.c Add connection interval and debugging 2019-12-04 14:39:02 -08:00
Service.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
UUID.c Use BluetoothError in _bleio 2019-11-20 14:02:15 -08:00
UUID.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
__init__.c Add more "extern" declarations for gcc10 compat 2020-08-21 14:39:37 -05:00
__init__.h Add more "extern" declarations for gcc10 compat 2020-08-21 14:39:37 -05:00
bonding.c track vm_used_ble better 2020-01-30 09:52:06 -05:00
bonding.h put bonding to-do flags into Connection objects instead of using a heap-allocated queue 2020-01-13 17:52:32 -05:00