Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.c73 static bthf_client_callbacks_t *bt_hf_client_callbacks = NULL; variable
78 #define CHECK_BTHF_CLIENT_INIT() if (bt_hf_client_callbacks == NULL)\
88 #define CHECK_BTHF_CLIENT_SLC_CONNECTED() if (bt_hf_client_callbacks == NULL)\
141 …HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, (bthf_client_audio_state_t)BTHF_AUDIO_STATE_CONN… in btif_in_hf_client_generic_evt()
197 bt_hf_client_callbacks = callbacks; in init()
641 if (bt_hf_client_callbacks) in cleanup()
644 bt_hf_client_callbacks = NULL; in cleanup()
694 HAL_CBACK(bt_hf_client_callbacks, call_cb, ind->value); in process_ind_evt()
698 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, ind->value); in process_ind_evt()
701 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, ind->value); in process_ind_evt()
[all …]