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.c75 static bthf_client_callbacks_t *bt_hf_client_callbacks = NULL; variable
80 #define CHECK_BTHF_CLIENT_INIT() if (bt_hf_client_callbacks == NULL)\
90 #define CHECK_BTHF_CLIENT_SLC_CONNECTED() if (bt_hf_client_callbacks == NULL)\
142 …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()
198 bt_hf_client_callbacks = callbacks; in init()
643 if (bt_hf_client_callbacks) in cleanup()
646 bt_hf_client_callbacks = NULL; in cleanup()
696 HAL_CBACK(bt_hf_client_callbacks, call_cb, ind->value); in process_ind_evt()
700 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, ind->value); in process_ind_evt()
703 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, ind->value); in process_ind_evt()
[all …]