mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
pbap: add database identifier and folder version len
This commit is contained in:
parent
f03c85de4f
commit
ecc39c37e3
@ -113,6 +113,11 @@ typedef enum {
|
||||
PBAP_OBJECT_TYPE_VCARD,
|
||||
} pbap_object_type_t;
|
||||
|
||||
// lengths
|
||||
#define PBAP_DATABASE_IDENTIFIER_LEN 16
|
||||
#define PBAP_FOLDER_VERSION_LEN 16
|
||||
|
||||
|
||||
/* API_END */
|
||||
|
||||
#if defined __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user