mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
pbap: add pbap_format_vcard_t
This commit is contained in:
parent
60298ca949
commit
f03c85de4f
@ -100,6 +100,12 @@ extern "C" {
|
||||
#define PBAP_VCARD_SELECTOR_OPERATOR_OR 0
|
||||
#define PBAP_VCARD_SELECTOR_OPERATOR_AND 1
|
||||
|
||||
// PBAP Format
|
||||
typedef enum {
|
||||
PBAP_FORMAT_VCARD_21 = 0,
|
||||
PBAP_FORMAT_VCRAD_30
|
||||
} pbap_format_vcard_t;
|
||||
|
||||
typedef enum {
|
||||
PBAP_OBJECT_TYPE_INVALID = 0,
|
||||
PBAP_OBJECT_TYPE_PHONEBOOOK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user