Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dpbap_client.h289 uint8_t pbap_set_vcard_selector_operator(uint16_t pbap_cid, int vcard_selector_operator);
H A Dpbap_client.c1338 uint8_t pbap_set_vcard_selector_operator(uint16_t pbap_cid, int vcard_selector_operator){ in pbap_set_vcard_selector_operator() function
/btstack/example/
H A Dpbap_client_demo.c238 pbap_set_vcard_selector_operator(pbap_cid, PBAP_VCARD_SELECTOR_OPERATOR_AND); in stdin_process()