Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_cfg.cc65 const tBTA_AG_HF_IND bta_ag_local_hf_ind_cfg[] = { variable
Dbta_ag_cmd.cc710 for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].ind_id; i++) { in bta_ag_bind_response()
711 if (bta_ag_local_hf_ind_cfg[i + 1].is_supported) { in bta_ag_bind_response()
715 bta_ag_local_hf_ind_cfg[i + 1].ind_id); in bta_ag_bind_response()
727 for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].ind_id; i++) { in bta_ag_bind_response()
734 bta_ag_local_hf_ind_cfg[i + 1].ind_id; in bta_ag_bind_response()
736 bta_ag_local_hf_ind_cfg[i + 1].is_supported; in bta_ag_bind_response()
738 bta_ag_local_hf_ind_cfg[i + 1].is_enable; in bta_ag_bind_response()
812 if (rcv_ind_val < bta_ag_local_hf_ind_cfg[rcv_ind_id].ind_min_val || in bta_ag_parse_biev_response()
813 rcv_ind_val > bta_ag_local_hf_ind_cfg[rcv_ind_id].ind_max_val) { in bta_ag_parse_biev_response()
Dbta_ag_int.h299 extern const tBTA_AG_HF_IND bta_ag_local_hf_ind_cfg[];