Home
last modified time | relevance | path

Searched refs:rx_data_rate (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c848 tL2CAP_CHNL_DATA_RATE data_rate = p_ccb->tx_data_rate + p_ccb->rx_data_rate; in l2c_chnl_allocation_in_ccb_list()
853 p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_chnl_allocation_in_ccb_list()
Dl2c_api.c1105 p_ccb->rx_data_rate = rx; in L2CA_SetChnlDataRate()
Dl2c_utils.c1590 p_ccb->rx_data_rate = L2CAP_CHNL_DATA_RATE_LOW; in l2cu_allocate_ccb()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h319 tL2CAP_CHNL_DATA_RATE rx_data_rate; /* Channel Rx data rate */ member