/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 128 tL2CAP_ERTM_INFO *ertm_info, UINT16 security, UINT8 chan_mode_mask, in GAP_ConnOpen() argument 203 if (ertm_info == NULL) { in GAP_ConnOpen() 204 p_ccb->ertm_info.preferred_mode = p_ccb->cfg.fcr.mode; in GAP_ConnOpen() 205 p_ccb->ertm_info.user_rx_buf_size = GAP_DATA_BUF_SIZE; in GAP_ConnOpen() 206 p_ccb->ertm_info.user_tx_buf_size = GAP_DATA_BUF_SIZE; in GAP_ConnOpen() 207 p_ccb->ertm_info.fcr_rx_buf_size = L2CAP_INVALID_ERM_BUF_SIZE; in GAP_ConnOpen() 208 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_INVALID_ERM_BUF_SIZE; in GAP_ConnOpen() 210 p_ccb->ertm_info = *ertm_info; in GAP_ConnOpen() 215 if (ertm_info != NULL) { in GAP_ConnOpen() 216 p_ccb->ertm_info.allowed_modes = in GAP_ConnOpen() [all …]
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 367 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_chan, in BTA_JvL2capConnectLE() argument 390 if (ertm_info != NULL) { in BTA_JvL2capConnectLE() 392 p_msg->ertm_info = *ertm_info; in BTA_JvL2capConnectLE() 422 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm, in BTA_JvL2capConnect() argument 444 if (ertm_info != NULL) { in BTA_JvL2capConnect() 446 p_msg->ertm_info = *ertm_info; in BTA_JvL2capConnect() 532 … const tL2CAP_ERTM_INFO *ertm_info, UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServer() argument 553 if (ertm_info != NULL) { in BTA_JvL2capStartServer() 555 p_msg->ertm_info = *ertm_info; in BTA_JvL2capStartServer() 583 … const tL2CAP_ERTM_INFO *ertm_info, UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg, in BTA_JvL2capStartServerLE() argument [all …]
|
D | bta_jv_act.c | 1267 tL2CAP_ERTM_INFO *ertm_info = NULL; in bta_jv_l2cap_connect() local 1279 ertm_info = &(cc->ertm_info); in bta_jv_l2cap_connect() 1297 &cfg, ertm_info, cc->sec_mask, chan_mode_mask, in bta_jv_l2cap_connect() 1426 tL2CAP_ERTM_INFO *ertm_info = NULL; in bta_jv_l2cap_start_server() local 1438 ertm_info = &(ls->ertm_info); in bta_jv_l2cap_start_server() 1456 (handle = GAP_ConnOpen("JV L2CAP", sec_id, 1, 0, ls->local_psm, &cfg, ertm_info, in bta_jv_l2cap_start_server()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 269 p_ccb->ertm_info = *p_ertm_info; in L2CA_ErtmConnectReq() 272 if (p_ccb->ertm_info.fcr_rx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectReq() 273 p_ccb->ertm_info.fcr_rx_buf_size = L2CAP_FCR_RX_BUF_SIZE; in L2CA_ErtmConnectReq() 276 if (p_ccb->ertm_info.fcr_tx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectReq() 277 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in L2CA_ErtmConnectReq() 280 if (p_ccb->ertm_info.user_rx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectReq() 281 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in L2CA_ErtmConnectReq() 284 if (p_ccb->ertm_info.user_tx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectReq() 285 p_ccb->ertm_info.user_tx_buf_size = L2CAP_USER_TX_BUF_SIZE; in L2CA_ErtmConnectReq() 418 p_ccb->ertm_info = *p_ertm_info; in L2CA_ErtmConnectRsp() [all …]
|
D | l2c_fcr.c | 1101 if (p_ccb->ertm_info.fcr_rx_buf_size != L2CAP_FCR_RX_BUF_SIZE) { in process_i_frame() 1341 …RACE_ERROR ("SAR - no buffer for SDU start user_rx_buf_size:%d", p_ccb->ertm_info.user_rx_buf_size… in do_sar_reassembly() 1704 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() 1736 if (p_fcr->mode != p_ccb->ertm_info.preferred_mode) { in l2c_fcr_adj_our_req_options() 1738 p_ccb->ertm_info.preferred_mode, p_fcr->mode); in l2c_fcr_adj_our_req_options() 1741 p_fcr->mode = p_ccb->ertm_info.preferred_mode; in l2c_fcr_adj_our_req_options() 1745 if (p_ccb->ertm_info.allowed_modes == L2CAP_FCR_CHAN_OPT_BASIC) { in l2c_fcr_adj_our_req_options() [all …]
|
D | l2c_utils.c | 1539 memset (&p_ccb->ertm_info, 0, sizeof(tL2CAP_ERTM_INFO)); in l2cu_allocate_ccb() 1561 …p_ccb->ertm_info.preferred_mode = L2CAP_FCR_BASIC_MODE; /* Default mode for channel is bas… in l2cu_allocate_ccb() 1562 …p_ccb->ertm_info.allowed_modes = L2CAP_FCR_CHAN_OPT_BASIC; /* Default mode for channel is bas… in l2cu_allocate_ccb() 1563 p_ccb->ertm_info.fcr_rx_buf_size = L2CAP_FCR_RX_BUF_SIZE; in l2cu_allocate_ccb() 1564 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_allocate_ccb() 1565 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in l2cu_allocate_ccb() 1566 p_ccb->ertm_info.user_tx_buf_size = L2CAP_USER_TX_BUF_SIZE; in l2cu_allocate_ccb() 2703 p_ccb->ertm_info.fcr_rx_buf_size = L2CAP_FCR_RX_BUF_SIZE; in l2cu_initialize_fixed_ccb() 2704 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_initialize_fixed_ccb() 2705 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in l2cu_initialize_fixed_ccb() [all …]
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 605 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_chan, 625 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm, 669 const tL2CAP_ERTM_INFO *ertm_info, 689 const tL2CAP_ERTM_INFO *ertm_info,
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/jv/include/ |
D | bta_jv_int.h | 188 tL2CAP_ERTM_INFO ertm_info; member 206 tL2CAP_ERTM_INFO ertm_info; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 82 tL2CAP_ERTM_INFO ertm_info; /* Pools and modes for ertm */ member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gap_api.h | 145 tL2CAP_ERTM_INFO *ertm_info,
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 322 tL2CAP_ERTM_INFO ertm_info; member
|