Home
last modified time | relevance | path

Searched refs:BT_BUF_ACL_RX_COUNT (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h103 #define BT_BUF_ACL_RX_COUNT (MAX(CONFIG_BT_BUF_ACL_RX_COUNT, 1) + BT_BUF_ACL_RX_COUNT_EXTRA) macro
106 #define BT_BUF_ACL_RX_COUNT 0 macro
113 BUILD_ASSERT(BT_BUF_ACL_RX_COUNT <= BT_BUF_ACL_RX_COUNT_MAX,
128 MAX(BT_BUF_ACL_RX_COUNT, BT_BUF_ISO_RX_COUNT))
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c32 static atomic_t acl_pool_refs_held[BT_BUF_ACL_RX_COUNT];
49 __ASSERT_NO_MSG(0 <= buf_id && buf_id < BT_BUF_ACL_RX_COUNT); in acl_pool_refs_held_add()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c27 BUILD_ASSERT(BT_BUF_ACL_RX_COUNT >= (CONFIG_BT_MAX_CONN + 1));
/Zephyr-latest/subsys/bluetooth/common/
DKconfig99 config BT_BUF_ACL_RX_COUNT config
117 enforced by a build-time check: BT_BUF_ACL_RX_COUNT needs to be at
229 BT_BUF_ACL_RX_COUNT of Host Number of Completed Packets command down to the Controller.
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c39 #define RFCOMM_MAX_CREDITS (BT_BUF_ACL_RX_COUNT - 1)
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c44 #define L2CAP_LE_MAX_CREDITS (BT_BUF_ACL_RX_COUNT - 1)