I would like to have support for Characteristic Aggregate Format Descriptors, so characteristics that output an array/struct of data can be presented in human readable form
Piggy-backing from #45, we have some characteristics in our device like the Battery Health Status characteristic of the BLE Battery Service (section 3.6 here. Its data is an struct (see 3.26 on the GATT Spec Suplement)
I added 5 Char Presentation Format descriptors, one for each item, and "tied" them all up with my aggregate format descriptor (Part G Generic Attribute Profile, section 3.3.3.6). It would be great if the app was able to present the individual data items in human-readable form.
I would like to have support for Characteristic Aggregate Format Descriptors, so characteristics that output an array/struct of data can be presented in human readable form
Piggy-backing from #45, we have some characteristics in our device like the Battery Health Status characteristic of the BLE Battery Service (section 3.6 here. Its data is an struct (see 3.26 on the GATT Spec Suplement)
I added 5 Char Presentation Format descriptors, one for each item, and "tied" them all up with my aggregate format descriptor (Part G Generic Attribute Profile, section 3.3.3.6). It would be great if the app was able to present the individual data items in human-readable form.