Home
last modified time | relevance | path

Searched refs:vcard_selector_operator (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dpbap_client.h153 uint8_t vcard_selector_operator; member
289 uint8_t pbap_set_vcard_selector_operator(uint16_t pbap_cid, int vcard_selector_operator);
H A Dpbap_client.c468 if (client->vcard_selector_operator != PBAP_VCARD_SELECTOR_OPERATOR_OR){ in pbap_client_application_params_add_vcard_selector()
471 application_parameters[pos++] = client->vcard_selector_operator; in pbap_client_application_params_add_vcard_selector()
1103 client->vcard_selector_operator = PBAP_VCARD_SELECTOR_OPERATOR_OR; in pbap_client_connect()
1338 uint8_t pbap_set_vcard_selector_operator(uint16_t pbap_cid, int vcard_selector_operator){ in pbap_set_vcard_selector_operator() argument
1346 pbap_client->vcard_selector_operator = vcard_selector_operator; in pbap_set_vcard_selector_operator()