Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1704 p_ccb->ertm_info.allowed_modes &= ~L2CAP_FCR_CHAN_OPT_ERTM; in l2c_fcr_chk_chan_modes()
1708 p_ccb->ertm_info.allowed_modes &= ~L2CAP_FCR_CHAN_OPT_STREAM; in l2c_fcr_chk_chan_modes()
1712 if (!p_ccb->ertm_info.allowed_modes) { in l2c_fcr_chk_chan_modes()
1716 return (p_ccb->ertm_info.allowed_modes); in l2c_fcr_chk_chan_modes()
1745 if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1764 else if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1776 …if (p_fcr->mode == L2CAP_FCR_STREAM_MODE && !(p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_… in l2c_fcr_adj_our_req_options()
1782 …if (p_fcr->mode == L2CAP_FCR_ERTM_MODE && !(p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_ER… in l2c_fcr_adj_our_req_options()
1940 …if ( (peer_mode == L2CAP_FCR_ERTM_MODE) && (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_ER… in l2c_fcr_renegotiate_chan()
1948 if (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_renegotiate_chan()
[all …]
Dl2c_api.c233 (p_ertm_info) ? p_ertm_info->allowed_modes : 0, in L2CA_ErtmConnectReq()
Dl2c_utils.c1562 …p_ccb->ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_BASIC; /* Default mode for channel is bas… in l2cu_allocate_ccb()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c486 tBTA_DM_PM_ACTION allowed_modes = 0; in bta_dm_pm_set_mode() local
529 allowed_modes |= p_pm_spec->allow_mask; in bta_dm_pm_set_mode()
560 if (!(allowed_modes & pm_action)) { in bta_dm_pm_set_mode()
563 pm_action = (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h322 UINT8 allowed_modes; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c216 p_ccb->ertm_info.allowed_modes = in GAP_ConnOpen()