Searched refs:rx_max_len (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 71 info->rx_max_len); in data_len_updated()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 74 info->rx_max_len); in data_len_updated()
|
/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 | 260 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 | 74 info->rx_max_len); in data_len_updated()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 155 uint16_t rx_max_len; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 1327 conn->le.data_len.rx_max_len = BT_GAP_DATA_LEN_DEFAULT; in update_conn() 1771 conn->le.data_len.rx_max_len = max_rx_octets; in le_data_len_change()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 932 info->rx_max_len, info->rx_max_time); in le_data_len_updated() 3528 info.le.data_len->rx_max_len, info.le.data_len->rx_max_time); in cmd_info()
|