Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dpbap_client.h253 uint8_t pbap_authentication_password(uint16_t pbap_cid, const char * password);
H A Dpbap_client.c1212 uint8_t pbap_authentication_password(uint16_t pbap_cid, const char * password){ in pbap_authentication_password() function
/btstack/example/
H A Dpbap_client_demo.c230 pbap_authentication_password(pbap_cid, "0000"); in stdin_process()