What is the cleanest way to expose a dynamic (non-fixed amount of entries) through BLE?
One way I thought of is to create a service for a single table entry and go through the entries by the use of "buttons" - characteristics which, when written to, reload the service with new entry. Weird, I know. Is there a better way?