You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ble): Update BleGattServer and esp-nimble-cpp submodule (#366)
* feat(ble): Update `BleGattServer` and `esp-nimble-cpp` submodule
* Add some new methods to `BleGattServer`
* Remove logging from many methods which was unnecessary, and mark those methods `const`
* Update `hid_service` example to print Manufacturer name, model number, and PnpId for remote device
* Update `hid_service` example to print connected info more clearly and have cleaner code
* Update `hid_service` example to wait until after auth to read values from the remote
* Update `DeviceInfoService` to have static methods for parsing received PnpId
* Update `DeviceInfoService` and `BatteryService` so UUIDs are public
* Update `esp-nimble-cpp` submodule to latest, brining in improvements as well as new feature to register store callback for managing bonding info when it fills up.
Allows you to read more information from the remotely connected device, if it is supported.
Allows you to better control which bonds are deleted / how bonds are managed when the bond storage space fills up
* Build and run `hid_service/exmaple` on QtPy ESP32s3 and test with iPhone and Android
* Build and run `ble_gatt_server/example` on QtPy ESP32s3 and test with Android.
* fix sa
0 commit comments