Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h173 #define BT_CONN_LE_DATA_LEN_PARAM_INIT(_tx_max_len, _tx_max_time) \ argument
176 .tx_max_time = (_tx_max_time), \
184 #define BT_CONN_LE_DATA_LEN_PARAM(_tx_max_len, _tx_max_time) \ argument
186 BT_CONN_LE_DATA_LEN_PARAM_INIT(_tx_max_len, _tx_max_time) \