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.cc102 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& addr);
168 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in btif_in_hf_client_generic_evt()
229 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda() function
340 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect()
359 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in connect_audio()
389 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect_audio()
408 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in start_voice_recognition()
430 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in stop_voice_recognition()
453 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in volume_control()
483 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in dial()
[all …]