Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h78 #define BT_BUF_EVT_RX_SIZE BT_BUF_EVT_SIZE(CONFIG_BT_BUF_EVT_RX_SIZE) macro
117 #define BT_BUF_RX_SIZE (MAX(MAX(BT_BUF_ACL_RX_SIZE, BT_BUF_EVT_RX_SIZE), \
/Zephyr-latest/soc/ambiq/apollo3x/
DKconfig.defconfig.apollo3p_blue21 config BT_BUF_EVT_RX_SIZE config
DKconfig.defconfig.apollo3_blue21 config BT_BUF_EVT_RX_SIZE config
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/
DKconfig.defconfig28 config BT_BUF_EVT_RX_SIZE config
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c80 NET_BUF_POOL_FIXED_DEFINE(evt_pool, CONFIG_BT_BUF_EVT_RX_COUNT, BT_BUF_EVT_RX_SIZE,
Dhci_core.c162 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/subsys/usb/device/
DKconfig89 default y if BT_BUF_EVT_RX_SIZE > 125 # 2 byte header
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c48 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c50 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c53 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c39 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c58 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c41 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/subsys/bluetooth/common/
DKconfig120 config BT_BUF_EVT_RX_SIZE config
159 the buffer size different than BT_BUF_EVT_RX_SIZE can save memory.
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5213 NET_BUF_POOL_FIXED_DEFINE(vs_err_tx_pool, 1, BT_BUF_EVT_RX_SIZE,
5319 if (data_len + file_name_len > BT_BUF_EVT_RX_SIZE) {
5321 file_name_len + data_len - BT_BUF_EVT_RX_SIZE;