Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c47 L2CAP_FCR_TX_BUF_SIZE
Drfc_mx_fsm.c49 L2CAP_FCR_TX_BUF_SIZE
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h669 #ifndef L2CAP_FCR_TX_BUF_SIZE
670 #define L2CAP_FCR_TX_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c277 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in L2CA_ErtmConnectReq()
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()
1581 p_ccb->tx_mps = L2CAP_FCR_TX_BUF_SIZE - 32; in l2cu_allocate_ccb()
2722 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_initialize_fixed_ccb()