circuitpython/ports/espressif/common-hal/_bleio
Jeff Epler 170918995c
fix mistaken code formatting
I wanted to use the idiom
```c
#if GUARD
if (condition) {
    alternate code
} else
#else
{
    common default code
}
```
idiom, in which the common default code is conditioned both on a
compile-time check and a run-time check. However, I got it wrong
and uncrustify chipped in, adding extra brackets around a following
piece of code and re-indenting it.
2022-12-08 14:16:53 -06:00
..
__init__.c Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
__init__.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Adapter.c fix mistaken code formatting 2022-12-08 14:16:53 -06:00
Adapter.h Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
Attribute.c Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Attribute.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
ble_events.c Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
ble_events.h Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
bonding.c Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
bonding.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Characteristic.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Characteristic.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
CharacteristicBuffer.c ringbuf cleanup 2022-09-21 10:03:05 -04:00
CharacteristicBuffer.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Connection.c Fixed empty characteristic issue with bleio+nimble. 2022-07-17 04:50:50 -06:00
Connection.h Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
Descriptor.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Descriptor.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
PacketBuffer.c ringbuf cleanup 2022-09-21 10:03:05 -04:00
PacketBuffer.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Service.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Service.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
UUID.c Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
UUID.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00