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.cc61 const tBTA_AG_HF_IND bta_ag_local_hf_ind_cfg[] = { variable
Dbta_ag_cmd.cc712 for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].ind_id; i++) { in bta_ag_bind_response()
713 if (bta_ag_local_hf_ind_cfg[i + 1].is_supported) { in bta_ag_bind_response()
717 bta_ag_local_hf_ind_cfg[i + 1].ind_id); in bta_ag_bind_response()
729 for (uint32_t i = 0; i < bta_ag_local_hf_ind_cfg[0].ind_id; i++) { in bta_ag_bind_response()
736 bta_ag_local_hf_ind_cfg[i + 1].ind_id; in bta_ag_bind_response()
738 bta_ag_local_hf_ind_cfg[i + 1].is_supported; in bta_ag_bind_response()
740 bta_ag_local_hf_ind_cfg[i + 1].is_enable; in bta_ag_bind_response()
814 if (rcv_ind_val < bta_ag_local_hf_ind_cfg[rcv_ind_id].ind_min_val || in bta_ag_parse_biev_response()
815 rcv_ind_val > bta_ag_local_hf_ind_cfg[rcv_ind_id].ind_max_val) { in bta_ag_parse_biev_response()
Dbta_ag_int.h285 extern const tBTA_AG_HF_IND bta_ag_local_hf_ind_cfg[];