circuitpython/ports/nrf/common-hal/_bleio
Sean Cross c04e6d6f52 nrf: bleio: parameterize softradio configuration
Allow for setting various softradio memory settings as part of a
board in order to support lower-memory configurations.  If a
parameter is unspecified then the previously-defined value is used.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-21 12:29:59 +08:00
..
Adapter.c nrf: bleio: parameterize softradio configuration 2020-04-21 12:29:59 +08: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 merge from adafruit/circuitpython 2020-01-13 18:15:32 -05:00
Characteristic.h fix CCCD bonding store; avoid excessive bonding writes 2020-01-12 23:32:51 -05:00
CharacteristicBuffer.c Supervisor: move most of systick to the supervisor 2019-11-18 11:01:23 -06:00
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c Add exception on small buffer and fix Connecion WRITE handling 2020-03-25 17:41:47 -07:00
Connection.h fix some typos and leftovers 2020-01-13 18:29:34 -05: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 Add exception on small buffer and fix Connecion WRITE handling 2020-03-25 17:41:47 -07:00
PacketBuffer.h Replace magic number and add comment. 2020-01-08 11:01:43 -08:00
Service.c Add connection interval and debugging 2019-12-04 14:39:02 -08:00
Service.h Refine _bleio 2019-10-21 18:57:03 -07: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 Fix crash after empty REPL session 2020-02-24 16:11:17 -08:00
__init__.h wip; compiles 2020-01-05 23:33:42 -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