Searched refs:user_rx_buf_size (Results 1 – 5 of 5) sorted by relevance
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()288 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectReq()429 if (p_ccb->ertm_info.user_rx_buf_size == L2CAP_INVALID_ERM_BUF_SIZE) { in L2CA_ErtmConnectRsp()430 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in L2CA_ErtmConnectRsp()437 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectRsp()
1565 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in l2cu_allocate_ccb()2705 p_ccb->ertm_info.user_rx_buf_size = L2CAP_USER_RX_BUF_SIZE; in l2cu_initialize_fixed_ccb()
1341 …ACE_ERROR ("SAR - no buffer for SDU start user_rx_buf_size:%d", p_ccb->ertm_info.user_rx_buf_size); in do_sar_reassembly()
323 UINT16 user_rx_buf_size; member
205 p_ccb->ertm_info.user_rx_buf_size = GAP_DATA_BUF_SIZE; in GAP_ConnOpen()