Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1707 p_ccb->ertm_info.allowed_modes &= ~L2CAP_FCR_CHAN_OPT_ERTM; in l2c_fcr_chk_chan_modes()
1711 p_ccb->ertm_info.allowed_modes &= ~L2CAP_FCR_CHAN_OPT_STREAM; in l2c_fcr_chk_chan_modes()
1715 if (!p_ccb->ertm_info.allowed_modes) { in l2c_fcr_chk_chan_modes()
1719 return (p_ccb->ertm_info.allowed_modes); in l2c_fcr_chk_chan_modes()
1748 if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1767 else if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options()
1779 …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()
1785 …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()
1943 …if ( (peer_mode == L2CAP_FCR_ERTM_MODE) && (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_ER… in l2c_fcr_renegotiate_chan()
1951 if (p_ccb->ertm_info.allowed_modes & L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_renegotiate_chan()
[all …]
Dl2c_utils.c1569 p_ccb->ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_ERTM; in l2cu_allocate_ccb()
1574 p_ccb->ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_BASIC|L2CAP_FCR_CHAN_OPT_ERTM; in l2cu_allocate_ccb()
Dl2c_api.c233 (p_ertm_info) ? p_ertm_info->allowed_modes : 0, in L2CA_ErtmConnectReq()
/hal_espressif-latest/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-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h323 UINT8 allowed_modes; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c216 p_ccb->ertm_info.allowed_modes = in GAP_ConnOpen()