Searched refs:bt_hf_client_callbacks (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf_client.cc | 108 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL; variable 126 if (bt_hf_client_callbacks == NULL) { \ 136 if (bt_hf_client_callbacks == NULL) { \ 176 HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, &cb->peer_bda, in btif_in_hf_client_generic_evt() 282 bt_hf_client_callbacks = callbacks; in init() 720 if (bt_hf_client_callbacks) { in cleanup() 722 bt_hf_client_callbacks = NULL; in cleanup() 779 HAL_CBACK(bt_hf_client_callbacks, call_cb, &cb->peer_bda, in process_ind_evt() 784 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, &cb->peer_bda, in process_ind_evt() 788 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, &cb->peer_bda, in process_ind_evt() [all …]
|