Lines Matching refs:ind
771 static void process_ind_evt(tBTA_HF_CLIENT_IND* ind) { in process_ind_evt() argument
774 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(ind->bd_addr); in process_ind_evt()
777 switch (ind->type) { in process_ind_evt()
780 (bthf_client_call_t)ind->value); in process_ind_evt()
785 (bthf_client_callsetup_t)ind->value); in process_ind_evt()
789 (bthf_client_callheld_t)ind->value); in process_ind_evt()
794 (bthf_client_network_state_t)ind->value); in process_ind_evt()
799 ind->value); in process_ind_evt()
804 (bthf_client_service_type_t)ind->value); in process_ind_evt()
809 ind->value); in process_ind_evt()
900 process_ind_evt(&p_data->ind); in btif_hf_client_upstreams_evt()