Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

BLE: Add service UUID to advertisement, remove descriptors to save space

This commit is contained in:
Jannik Beyerstedt 2026-08-24 15:16:36 +02:00
commit 3213667eea
2 changed files with 16 additions and 8 deletions

View file

@ -59,6 +59,9 @@ Enable UART I/O protocol according to [docs/uart-protocol.md](./docs/uart-protoc
Enable BLE I/O protocol according to [docs/ble-protocol.md](./docs/ble-protocol.md).
Enabling `denm` feature or `cam` feature is recommended, otherwise no data will be received.
Note: When changing the set of supported messages on the BLE interface, you may need to turn bluetooth off and on again on your client device.
Otherwise the client may not re-scan the service's characteristics and still use the previous set of characteristics.
## Usage