Searched refs:CONFIG_BT_HCI_CMD_COUNT (Results 1 – 9 of 9) sorted by relevance
20 #ifndef CONFIG_BT_HCI_CMD_COUNT21 #define CONFIG_BT_HCI_CMD_COUNT 16 macro
114 #ifndef CONFIG_BT_HCI_CMD_COUNT115 #define CONFIG_BT_HCI_CMD_COUNT 2 macro
26 CONFIG_BT_HCI_CMD_COUNT=2
30 CONFIG_BT_HCI_CMD_COUNT=2
39 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
84 static struct cmd_data cmd_data[CONFIG_BT_HCI_CMD_COUNT];95 NET_BUF_POOL_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
152 static struct cmd_data cmd_data[CONFIG_BT_HCI_CMD_COUNT];160 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
Completed in 20 milliseconds