Home
last modified time | relevance | path

Searched refs:BT_BUF_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h67 #define BT_BUF_CMD_SIZE(size) BT_BUF_SIZE(BT_HCI_CMD_HDR_SIZE + (size)) macro
126 #define BT_BUF_CMD_TX_SIZE BT_BUF_CMD_SIZE(CONFIG_BT_BUF_CMD_TX_SIZE)
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c53 BT_BUF_CMD_SIZE(CONFIG_BT_BUF_CMD_TX_SIZE),