Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c70 info->tx_max_len, in data_len_updated()
80 param.tx_max_len = CONFIG_BT_CTLR_DATA_LENGTH_MAX; in do_dlu()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c73 info->tx_max_len, in data_len_updated()
83 param.tx_max_len = CONFIG_BT_CTLR_DATA_LENGTH_MAX; in do_dlu()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dconn.h151 uint16_t tx_max_len; member
163 uint16_t tx_max_len; member
175 .tx_max_len = (_tx_max_len), \
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c73 info->tx_max_len, in data_len_updated()
83 param.tx_max_len = CONFIG_BT_CTLR_DATA_LENGTH_MAX; in do_dlu()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c220 param.tx_max_len = 200; in do_dlu()
/Zephyr-Core-3.7.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.7.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c158 addr, info->tx_max_len, info->tx_max_time, info->rx_max_len, in le_data_len_updated()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dconn.c3073 if (conn->le.data_len.tx_max_len == param->tx_max_len && in bt_conn_le_data_len_update()
3078 return bt_le_set_data_len(conn, param->tx_max_len, param->tx_max_time); in bt_conn_le_data_len_update()
Dhci_core.c1393 conn->le.data_len.tx_max_len = BT_GAP_DATA_LEN_DEFAULT; in update_conn()
1831 conn->le.data_len.tx_max_len = max_tx_octets; in le_data_len_change()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c942 " RX (len: %d time: %d)", info->tx_max_len, in le_data_len_updated()
3314 info.le.data_len->tx_max_len, in cmd_info()
3397 param.tx_max_len = strtoul(argv[1], NULL, 10); in cmd_conn_data_len_update()
3413 param.tx_max_time = tx_time_calc(phy, param.tx_max_len); in cmd_conn_data_len_update()