circuitpython/shared-bindings/_bleio
Sean Cross 34f91f01c6 bleio: adapter: add advertising timeout and status
Add a field to allow specifying a timeout when initiating advertising.
As part of this, add a new property to determine if the device is still
advertising.

Additionally, have the `anonymous` property require a timeout, and set
the timeout to the maximum possible value if no timeout is specified.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-19 15:01:19 +08:00
..
Adapter.c bleio: adapter: add advertising timeout and status 2020-05-19 15:01:19 +08:00
Adapter.h bleio: adapter: add advertising timeout and status 2020-05-19 15:01:19 +08:00
Address.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Address.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Characteristic.h fix CCCD bonding store; avoid excessive bonding writes 2020-01-12 23:32:51 -05:00
CharacteristicBuffer.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
CharacteristicBuffer.h further ringbuf cleanup 2020-04-21 17:38:20 -04:00
Connection.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Descriptor.h Refine _bleio 2019-10-21 18:57:03 -07:00
PacketBuffer.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
PacketBuffer.h add PacketBuffer .incoming_ and .outgoing_packet_length 2020-05-04 15:59:45 -04:00
ScanEntry.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
ScanEntry.h Refine _bleio 2019-10-21 18:57:03 -07:00
ScanResults.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
Service.h Refine _bleio 2019-10-21 18:57:03 -07:00
UUID.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
UUID.h Refine _bleio 2019-10-21 18:57:03 -07:00
__init__.c Swap sphinx to autoapi and the inline stubs 2020-05-12 17:28:24 -07:00
__init__.h Improve printing to include _bleio. prefix for type. 2019-11-21 11:04:17 -08:00