Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h567 #ifndef L2CAP_FCR_TX_BUF_SIZE
568 #define L2CAP_FCR_TX_BUF_SIZE BT_DEFAULT_BUFFER_SIZE macro
/device/soc/esp/esp32/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.c1564 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_allocate_ccb()
1568 p_ccb->tx_mps = L2CAP_FCR_TX_BUF_SIZE - 32; in l2cu_allocate_ccb()
2704 p_ccb->ertm_info.fcr_tx_buf_size = L2CAP_FCR_TX_BUF_SIZE; in l2cu_initialize_fixed_ccb()