mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 17:42:51 +00:00
btstack_tlv_posix: add API tags
This commit is contained in:
parent
8c0aea9bdb
commit
0e64c9a55f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user