ARMmbed / ble-nrf51822

Nordic stack and drivers for the mbed BLE_API
Other
46 stars 51 forks source link

Init support for additional descriptors (writing user desc, server client config, pres. fmt, and ext props) #135

Closed bsiever closed 4 years ago

bsiever commented 4 years ago

There was some support for descriptors, but the Nordic stack doesn't deal with all descriptors in a consistent way. This update provides support for writing the user description, including a presentation format, the server client config, and extended props)

All can now show up in the GATT table. Writing to the user description has been tested.

Further enhancements would include better control over permissions.

ghost commented 4 years ago

this repo is dead. All work should be done in https://github.com/ARMmbed/mbed-os However, BLE for the nrf51822 has been removed in v6.

bsiever commented 4 years ago

Thanks...I'll try a PR in the 5.15 branch @ https://github.com/ARMmbed/mbed-os in case any is interested.