Home
last modified time | relevance | path

Searched refs:allowed_modes (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_fcr.cc1884 p_ccb->ertm_info.allowed_modes &= ~L2CAP_FCR_CHAN_OPT_ERTM; in l2c_fcr_chk_chan_modes()
1887 if (!p_ccb->ertm_info.allowed_modes) { in l2c_fcr_chk_chan_modes()
1892 return (p_ccb->ertm_info.allowed_modes); in l2c_fcr_chk_chan_modes()
1923 if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1947 else if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1969 !(p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_ERTM)) { in l2c_fcr_adj_our_req_options()
2133 (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_ERTM)) { in l2c_fcr_renegotiate_chan()
2137 } else if (p_ccb->ertm_info.allowed_modes & in l2c_fcr_renegotiate_chan()
2147 if (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_renegotiate_chan()
2217 p_ccb->ertm_info.preferred_mode, p_ccb->ertm_info.allowed_modes); in l2c_fcr_process_peer_cfg_req()
[all …]
Dl2c_api.cc336 (p_ertm_info) ? p_ertm_info->allowed_modes : 0, in L2CA_ErtmConnectReq()
Dl2c_utils.cc1470 p_ccb->ertm_info.allowed_modes = in l2cu_allocate_ccb()
/system/bt/bta/dm/
Dbta_dm_pm.cc516 tBTA_DM_PM_ACTION allowed_modes = 0; in bta_dm_pm_set_mode() local
554 allowed_modes |= p_pm_spec->allow_mask; in bta_dm_pm_set_mode()
585 if (!(allowed_modes & pm_action)) { in bta_dm_pm_set_mode()
589 (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
/system/bt/stack/avct/
Davct_l2c_br.cc153 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM; in avct_l2c_br_connect_ind_cback()
Davct_api.cc78 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM; in AVCT_Register()
Davct_bcb_act.cc110 ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM; in avct_bcb_chnl_open()
/system/bt/stack/include/
Dl2c_api.h299 uint8_t allowed_modes; member
/system/bt/stack/gap/
Dgap_conn.cc281 p_ccb->ertm_info.allowed_modes = in GAP_ConnOpen()