Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dpbap_client.h387 uint8_t pbap_lookup_by_number(uint16_t pbap_cid, const char * phone_number);
H A Dpbap_client.c1260 uint8_t pbap_lookup_by_number(uint16_t pbap_cid, const char * phone_number){ in pbap_lookup_by_number() function
/btstack/example/
H A Dpbap_client_demo.c190 pbap_lookup_by_number(pbap_cid, phone_number); in stdin_process()