Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h61 #define BT_BUF_ACL_SIZE(size) BT_BUF_SIZE(BT_HCI_ACL_HDR_SIZE + (size)) macro
75 #define BT_BUF_ACL_RX_SIZE BT_BUF_ACL_SIZE(CONFIG_BT_BUF_ACL_RX_SIZE)
Dl2cap.h49 #define BT_L2CAP_BUF_SIZE(mtu) BT_BUF_ACL_SIZE(BT_L2CAP_HDR_SIZE + (mtu))
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c75 NET_BUF_POOL_DEFINE(acl_in_pool, BT_BUF_ACL_RX_COUNT, BT_BUF_ACL_SIZE(CONFIG_BT_BUF_ACL_RX_SIZE),
Dhci_raw.c56 BT_BUF_ACL_SIZE(CONFIG_BT_BUF_ACL_TX_SIZE),
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c199 BT_BUF_ACL_SIZE(CONFIG_BT_BUF_ACL_TX_SIZE) + 4, 4, NULL);
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst2044 * :github:`30441` - hci_uart uses wrong BT_BUF_ACL_SIZE on dual chip solutions + multicore