Home
last modified time | relevance | path

Searched refs:is_the_first_reliable (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/include/
Dbtif_hl.h160 bool is_the_first_reliable; member
/system/bt/bta/hl/
Dbta_hl_act.cc758 p_dcb->is_the_first_reliable = true; in bta_hl_dch_mca_open_ind()
763 evt_data.dch_open_ind.first_reliable = p_dcb->is_the_first_reliable; in bta_hl_dch_mca_open_ind()
843 p_dcb->is_the_first_reliable = true; in bta_hl_dch_mca_open_cfm()
851 p_dcb->is_the_first_reliable, p_dcb->mtu, BTA_HL_STATUS_OK); in bta_hl_dch_mca_open_cfm()
Dbta_hl_int.h435 bool is_the_first_reliable; member
Dbta_hl_utils.cc1120 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable) { in bta_hl_is_the_first_reliable_existed()
/system/bt/btif/src/
Dbtif_hl.cc361 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable) { in btif_hl_is_the_first_reliable_existed()
2511 p_dcb->is_the_first_reliable = p_data->dch_open_ind.first_reliable; in btif_hl_proc_dch_open_ind()
2581 p_dcb->is_the_first_reliable = p_data->dch_open_cfm.first_reliable; in btif_hl_proc_dch_open_cfm()
2650 p_dcb->is_the_first_reliable = p_data->dch_reconnect_cfm.first_reliable; in btif_hl_proc_dch_reconnect_cfm()
2725 p_dcb->is_the_first_reliable = p_data->dch_reconnect_ind.first_reliable; in btif_hl_proc_dch_reconnect_ind()