Home
last modified time | relevance | path

Searched refs:BT_BUF_CMD_TX_COUNT (Results 1 – 13 of 13) sorted by relevance

/Zephyr-4.1.0/subsys/bluetooth/common/
Dhci_common_internal.h78 #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
DKconfig193 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/
Dmain.c69 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/
Dhci_raw.c53 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, BT_BUF_CMD_TX_COUNT,
Dhci_core.c133 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/
Dpeer.c49 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/
Dmain.c51 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/
Dmain.c40 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/
Dmain.c54 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/
Dmain.c59 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/
Dtester.c42 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/
Dhci.c539 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/
DKconfig165 # allocated, BT_BUF_CMD_TX_COUNT, dependent on HCI Controller to Host data flow control