btstack_tlv_posix: add API tags

This commit is contained in:
Matthias Ringwald 2025-04-07 11:58:02 +02:00
parent 8c0aea9bdb
commit 0e64c9a55f

View File

@ -54,6 +54,8 @@ typedef struct {
FILE * file;
} btstack_tlv_posix_t;
/* API_START */
/**
* Init Tag Length Value Store
* @param context btstack_tlv_posix_t
@ -73,6 +75,8 @@ void btstack_tlv_posix_set_read_only(void);
*/
void btstack_tlv_posix_deinit(btstack_tlv_posix_t * self);
/* API_END */
#if defined __cplusplus
}
#endif