Searched refs:BT_BUF_EVT_RX_SIZE (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | buf.h | 78 #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/ |
| D | Kconfig.defconfig.apollo3p_blue | 21 config BT_BUF_EVT_RX_SIZE config
|
| D | Kconfig.defconfig.apollo3_blue | 21 config BT_BUF_EVT_RX_SIZE config
|
| /Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/ |
| D | Kconfig.defconfig | 28 config BT_BUF_EVT_RX_SIZE config
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | buf.c | 80 NET_BUF_POOL_FIXED_DEFINE(evt_pool, CONFIG_BT_BUF_EVT_RX_COUNT, BT_BUF_EVT_RX_SIZE,
|
| D | hci_core.c | 162 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
|
| /Zephyr-latest/subsys/usb/device/ |
| D | Kconfig | 89 default y if BT_BUF_EVT_RX_SIZE > 125 # 2 byte header
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 48 #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/ |
| D | main.c | 50 #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/ |
| D | main.c | 53 #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/ |
| D | main.c | 39 #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/ |
| D | main.c | 58 #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/ |
| D | tester.c | 41 #define CMD_BUF_SIZE MAX(BT_BUF_EVT_RX_SIZE, BT_BUF_CMD_TX_SIZE)
|
| /Zephyr-latest/subsys/bluetooth/common/ |
| D | Kconfig | 120 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/ |
| D | hci.c | 5213 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;
|