Searched refs:bt_hf_client_callbacks (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf_client.cc | 104 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL; variable 122 if (bt_hf_client_callbacks == NULL) { \ 132 if (bt_hf_client_callbacks == NULL) { \ 172 HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, &cb->peer_bda, in btif_in_hf_client_generic_evt() 278 bt_hf_client_callbacks = callbacks; in init() 716 if (bt_hf_client_callbacks) { in cleanup() 718 bt_hf_client_callbacks = NULL; in cleanup() 775 HAL_CBACK(bt_hf_client_callbacks, call_cb, &cb->peer_bda, in process_ind_evt() 780 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, &cb->peer_bda, in process_ind_evt() 784 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, &cb->peer_bda, in process_ind_evt() [all …]
|