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.cc98 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& addr);
164 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in btif_in_hf_client_generic_evt()
225 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
336 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect()
355 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in connect_audio()
385 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in disconnect_audio()
404 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in start_voice_recognition()
426 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in stop_voice_recognition()
449 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in volume_control()
479 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in dial()
[all …]