Home
last modified time | relevance | path

Searched refs:pbap_set_vcard_selector (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Dpbap_client.h280 uint8_t pbap_set_vcard_selector(uint16_t pbap_cid, uint32_t vcard_selector);
H A Dpbap_client.c1326 uint8_t pbap_set_vcard_selector(uint16_t pbap_cid, uint32_t vcard_selector){ in pbap_set_vcard_selector() function
/btstack/example/
H A Dpbap_client_demo.c234 pbap_set_vcard_selector(pbap_cid, PBAP_PROPERTY_MASK_N | PBAP_PROPERTY_MASK_TEL); in stdin_process()