Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dconn.h153 uint16_t tx_max_time; member
165 uint16_t tx_max_time; member
176 .tx_max_time = (_tx_max_time), \
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c81 param.tx_max_time = 2500; in do_dlu()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c221 param.tx_max_time = 1712; in do_dlu()
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c154 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c84 param.tx_max_time = 2500; in do_dlu()
/Zephyr-Core-3.6.0/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c259 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c84 param.tx_max_time = 2500; in do_dlu()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dbt.c871 info->tx_max_time, info->rx_max_len, info->rx_max_time); in le_data_len_updated()
3093 info.le.data_len->tx_max_time, in cmd_info()
3178 param.tx_max_time = strtoul(argv[2], NULL, 10); in cmd_conn_data_len_update()
3191 param.tx_max_time = tx_time_calc(phy, param.tx_max_len); in cmd_conn_data_len_update()
3192 shell_print(sh, "Calculated tx time: %d", param.tx_max_time); in cmd_conn_data_len_update()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dconn.c2882 conn->le.data_len.tx_max_time == param->tx_max_time) { in bt_conn_le_data_len_update()
2886 return bt_le_set_data_len(conn, param->tx_max_len, param->tx_max_time); in bt_conn_le_data_len_update()
Dhci_core.c1282 conn->le.data_len.tx_max_time = BT_GAP_DATA_TIME_DEFAULT; in update_conn()
1689 conn->le.data_len.tx_max_time = max_tx_time; in le_data_len_change()