Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hl_api.h463 bool first_reliable; /* whether this is the first reliable data channel */ member
476 bool first_reliable; /* whether this is the first reliable data channel */ member
/system/bt/btif/src/
Dbtif_hl.cc2511 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()
3175 p_data->dch_open_cfm.first_reliable, p_data->dch_open_cfm.dch_mode, in btif_hl_upstreams_evt()
3233 p_data->dch_open_ind.first_reliable, p_data->dch_open_ind.dch_mode, in btif_hl_upstreams_evt()
3269 p_data->dch_reconnect_cfm.first_reliable, in btif_hl_upstreams_evt()
3353 p_data->dch_reconnect_ind.first_reliable, in btif_hl_upstreams_evt()
/system/bt/bta/hl/
Dbta_hl_utils.cc2804 bool first_reliable, uint16_t mtu, in bta_hl_build_dch_open_cfm() argument
2814 p_evt_data->dch_open_cfm.first_reliable = first_reliable; in bta_hl_build_dch_open_cfm()
Dbta_hl_int.h831 tBTA_HL_DCH_MODE dch_mode, bool first_reliable, uint16_t mtu,
Dbta_hl_act.cc763 evt_data.dch_open_ind.first_reliable = p_dcb->is_the_first_reliable; in bta_hl_dch_mca_open_ind()