Searched refs:BT_BUF_CMD_TX_COUNT (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-4.1.0/subsys/bluetooth/common/ |
| D | hci_common_internal.h | 78 #define BT_BUF_CMD_TX_COUNT (CONFIG_BT_BUF_CMD_TX_COUNT + \ macro 98 #define BT_BUF_CMD_TX_COUNT (BT_BUF_RX_COUNT + CONFIG_BT_CTLR_HCI_NUM_CMD_PKT_MAX) macro
|
| D | Kconfig | 193 config BT_BUF_CMD_TX_COUNT config 226 Host plus Controller build, the internal BT_BUF_CMD_TX_COUNT is adjusted accordingly 232 the internal BT_BUF_CMD_TX_COUNT is adjusted to be equal to (BT_BUF_RX_COUNT + Ncmd).
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/central/src/ |
| D | main.c | 69 struct net_buf *bufs[BT_BUF_CMD_TX_COUNT]; in test_central_connect_timeout_with_timeout() 80 for (int i = 0; i < BT_BUF_CMD_TX_COUNT; i++) { in test_central_connect_timeout_with_timeout() 88 for (int i = 0; i < BT_BUF_CMD_TX_COUNT; i++) { in test_central_connect_timeout_with_timeout()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | hci_raw.c | 53 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| D | hci_core.c | 133 static struct cmd_data cmd_data[BT_BUF_CMD_TX_COUNT]; 163 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 49 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
| D | main.c | 51 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.c | 40 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 54 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 59 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 42 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT, CMD_BUF_SIZE, 8, NULL);
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/hci/ |
| D | hci.c | 539 BUILD_ASSERT(BT_BUF_HCI_ACL_RX_COUNT < BT_BUF_CMD_TX_COUNT, 579 if (acl_pkts >= BT_BUF_CMD_TX_COUNT) { in host_buffer_size() 581 BT_BUF_CMD_TX_COUNT); in host_buffer_size() 582 acl_pkts = BT_BUF_CMD_TX_COUNT - CONFIG_BT_CTLR_HCI_NUM_CMD_PKT_MAX; in host_buffer_size()
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/ |
| D | Kconfig | 165 # allocated, BT_BUF_CMD_TX_COUNT, dependent on HCI Controller to Host data flow control
|