Home
last modified time | relevance | path

Searched refs:BT_BUF_RX_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h117 #define BT_BUF_RX_SIZE (MAX(MAX(BT_BUF_ACL_RX_SIZE, BT_BUF_EVT_RX_SIZE), \ macro
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c94 NET_BUF_POOL_FIXED_DEFINE(hci_rx_pool, BT_BUF_RX_COUNT, BT_BUF_RX_SIZE, sizeof(struct acl_data),
Dhci_raw.c51 NET_BUF_POOL_FIXED_DEFINE(hci_rx_pool, BT_BUF_RX_COUNT, BT_BUF_RX_SIZE, sizeof(struct bt_buf_data),
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c69 #define CMD_BUF_SIZE BT_BUF_RX_SIZE
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c195 NET_BUF_POOL_FIXED_DEFINE(event_pool, 32, BT_BUF_RX_SIZE + 4, 4, NULL);