Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.cc103 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const uint8_t* addr);
157 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in btif_in_hf_client_generic_evt()
218 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const uint8_t* bd_addr) { in btif_hf_client_get_cb_by_bda() function
332 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in disconnect()
351 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in connect_audio()
381 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in disconnect_audio()
400 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in start_voice_recognition()
422 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in stop_voice_recognition()
445 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in volume_control()
475 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(bd_addr->address); in dial()
[all …]