Lines Matching refs:ind
767 static void process_ind_evt(tBTA_HF_CLIENT_IND* ind) { in process_ind_evt() argument
770 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(ind->bd_addr); in process_ind_evt()
773 switch (ind->type) { in process_ind_evt()
776 (bthf_client_call_t)ind->value); in process_ind_evt()
781 (bthf_client_callsetup_t)ind->value); in process_ind_evt()
785 (bthf_client_callheld_t)ind->value); in process_ind_evt()
790 (bthf_client_network_state_t)ind->value); in process_ind_evt()
795 ind->value); in process_ind_evt()
800 (bthf_client_service_type_t)ind->value); in process_ind_evt()
805 ind->value); in process_ind_evt()
896 process_ind_evt(&p_data->ind); in btif_hf_client_upstreams_evt()