Searched refs:PDU_MAX_US (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral.c | 374 max_tx_time = PDU_MAX_US(0U, 0U, lll->phy_tx); 375 max_rx_time = PDU_MAX_US(0U, 0U, lll->phy_rx); 378 max_tx_time = PDU_MAX_US(0U, 0U, PHY_1M); 379 max_rx_time = PDU_MAX_US(0U, 0U, PHY_1M);
|
D | pdu.h | 338 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), \ macro 350 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), 0) macro 353 #define PDU_DC_MAX_US(octets, phy) PDU_MAX_US((octets), (PDU_MIC_SIZE), (phy)) 357 #define PDU_AC_MAX_US(octets, phy) PDU_MAX_US((octets), 0, (phy)) 361 #define PDU_BIS_MAX_US(octets, enc, phy) PDU_MAX_US((octets), \ 370 #define PDU_CIS_MAX_US(octets, enc, phy) PDU_MAX_US((octets), \
|
D | ull_conn.c | 1322 tx_time = PDU_MAX_US(0U, 0U, lll->phy_tx); in ull_conn_done() 1323 rx_time = PDU_MAX_US(0U, 0U, lll->phy_rx); in ull_conn_done() 1335 tx_time = PDU_MAX_US(0U, 0U, PHY_1M); in ull_conn_done() 1336 rx_time = PDU_MAX_US(0U, 0U, PHY_1M); in ull_conn_done()
|