circuitpython/devices/ble_hci/common-hal/_bleio
Jeff Epler 953694d56c Fix -Wold-style-definion errors in the raspberrypi port
This mostly means changing `void foo()` to `void foo(void)` at
the function definition site. This was previously only an error
if the declaration site didn't have `(void)`, but the unix
coverage build enables the more strict warning and there's little
difficulty in resolving these diagnostics.

.. other ports can be done too, if desired.
2025-05-25 09:16:00 +02:00
..
hci_include guard2once -s ... 2024-05-19 20:40:44 -04:00
__init__.c Fix -Wold-style-definion errors in the raspberrypi port 2025-05-25 09:16:00 +02:00
__init__.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Adapter.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
Adapter.h guard2once -s ... 2024-05-19 20:40:44 -04:00
att.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
att.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Attribute.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Attribute.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Characteristic.c Add deinit() to _bleio.Characteristic 2024-09-12 13:35:25 -07:00
Characteristic.h guard2once -s ... 2024-05-19 20:40:44 -04:00
CharacteristicBuffer.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
CharacteristicBuffer.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Connection.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
Connection.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Descriptor.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Descriptor.h guard2once -s ... 2024-05-19 20:40:44 -04:00
hci.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
hci.h guard2once -s ... 2024-05-19 20:40:44 -04:00
hci_debug.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
PacketBuffer.c fix ble_serial_connected() 2024-10-03 16:55:00 -04:00
PacketBuffer.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Service.c Merge pull request #9222 from tannewt/esp_ble_server 2024-05-17 17:24:45 -04:00
Service.h guard2once -s ... 2024-05-19 20:40:44 -04:00
UUID.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
UUID.h guard2once -s ... 2024-05-19 20:40:44 -04:00