Searched refs:bt_hf_client_callbacks (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_hf_client.cc | 104 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL; variable 122 if (bt_hf_client_callbacks == NULL) { \ 173 HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, &cb->peer_bda, in btif_in_hf_client_generic_evt() 279 bt_hf_client_callbacks = callbacks; in init() 717 if (bt_hf_client_callbacks) { in cleanup() 719 bt_hf_client_callbacks = NULL; in cleanup() 776 HAL_CBACK(bt_hf_client_callbacks, call_cb, &cb->peer_bda, in process_ind_evt() 781 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, &cb->peer_bda, in process_ind_evt() 785 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, &cb->peer_bda, in process_ind_evt() 911 HAL_CBACK(bt_hf_client_callbacks, vr_cmd_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt() [all …]
|