Home
last modified time | relevance | path

Searched refs:bt_hf_client_callbacks (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc101 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL; variable
119 if (bt_hf_client_callbacks == NULL) { \
129 if (bt_hf_client_callbacks == NULL) { \
171 HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, &cb->peer_bda, in btif_in_hf_client_generic_evt()
277 bt_hf_client_callbacks = callbacks; in init()
712 if (bt_hf_client_callbacks) { in cleanup()
714 bt_hf_client_callbacks = NULL; in cleanup()
793 HAL_CBACK(bt_hf_client_callbacks, call_cb, &cb->peer_bda, in process_ind_evt()
798 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, &cb->peer_bda, in process_ind_evt()
802 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, &cb->peer_bda, in process_ind_evt()
[all …]