Searched refs:tx_max_time (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 83 param.tx_max_time = 2500; in do_dlu()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 154 uint16_t tx_max_time; member 166 uint16_t tx_max_time; member 177 .tx_max_time = (_tx_max_time), \
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 222 param.tx_max_time = 1712; in do_dlu()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 84 param.tx_max_time = 2500; in do_dlu()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 158 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
|
/Zephyr-latest/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 261 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 333 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 82 param.tx_max_time = 2500; in do_dlu()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 934 info->tx_max_len, info->tx_max_time, in le_data_len_updated() 3529 info.le.data_len->tx_max_len, info.le.data_len->tx_max_time, in cmd_info() 3615 param.tx_max_time = strtoul(argv[2], NULL, 10); in cmd_conn_data_len_update() 3628 param.tx_max_time = tx_time_calc(phy, param.tx_max_len); in cmd_conn_data_len_update() 3629 shell_print(sh, "Calculated tx time: %d", param.tx_max_time); in cmd_conn_data_len_update()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 3566 conn->le.data_len.tx_max_time == param->tx_max_time) { in bt_conn_le_data_len_update() 3570 return bt_le_set_data_len(conn, param->tx_max_len, param->tx_max_time); in bt_conn_le_data_len_update()
|
D | hci_core.c | 1332 conn->le.data_len.tx_max_time = BT_GAP_DATA_TIME_DEFAULT; in update_conn() 1776 conn->le.data_len.tx_max_time = max_tx_time; in le_data_len_change()
|