Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c276 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()
425 if (p_ccb->ertm_info.fcr_tx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectRsp()
426 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in L2CA_ErtmConnectRsp()
Dl2c_utils.c1577 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_allocate_ccb()
2722 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_initialize_fixed_ccb()
Dl2c_fcr.c2078 max_retrans_size = p_ccb->ertm_info.fcr_tx_buf_size - sizeof(BT_HDR) in l2c_fcr_process_peer_cfg_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h327 UINT16 fcr_tx_buf_size; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c208 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_INVALID_ERM_BUF_SIZE; in GAP_ConnOpen()