circuitpython/shared-bindings/_bleio
Jeff Epler 621953c960
Additional missing-prototypes fixes
I think this correctly enables missing-prototypes in atmel-samd
and raspberrypi ports.
2021-11-10 10:55:53 -06:00
..
Adapter.c Fix _bleio.start_advertising arg check; add doc to SocketPool.socket() 2021-10-25 08:43:57 -04:00
Adapter.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Address.c Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
Address.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.c run code formatting script 2021-03-15 19:27:36 +05:30
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c use `mp_arg_validate_type` for keyword args 2021-10-10 15:28:35 +05:30
Characteristic.h Add BLE serial service 2021-06-25 15:00:10 -07:00
CharacteristicBuffer.c Merge pull request #5466 from jepler/merge-1.17 2021-10-15 23:34:31 -04:00
CharacteristicBuffer.h Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
Connection.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c use `mp_arg_validate_type` for keyword args 2021-10-10 15:28:35 +05:30
Descriptor.h run code formatting script 2021-03-15 19:27:36 +05:30
PacketBuffer.c Merge pull request #5466 from jepler/merge-1.17 2021-10-15 23:34:31 -04:00
PacketBuffer.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
ScanEntry.c Fix n_args_min on many MP_DEFINE_CONST_FUN_OBJ_KW() 2021-10-07 16:55:19 -04:00
ScanEntry.h Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
ScanResults.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c Merge pull request #5466 from jepler/merge-1.17 2021-10-15 23:34:31 -04:00
Service.h Add BLE serial service 2021-06-25 15:00:10 -07:00
UUID.c Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
UUID.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Convert more modules to use MP_REGISTER_MODULE 2021-08-26 21:35:02 -04:00
__init__.h run code formatting script 2021-03-15 19:27:36 +05:30