Home
last modified time | relevance | path

Searched refs:CONFIG_BT_HCI_CMD_COUNT (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/hardware/board/haas200/config/
A Dble_config.h20 #ifndef CONFIG_BT_HCI_CMD_COUNT
21 #define CONFIG_BT_HCI_CMD_COUNT 16 macro
/AliOS-Things-master/components/ble_host/include/
A Dble_default_config.h114 #ifndef CONFIG_BT_HCI_CMD_COUNT
115 #define CONFIG_BT_HCI_CMD_COUNT 2 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_defconfig26 CONFIG_BT_HCI_CMD_COUNT=2
A Dbt_preconfig30 CONFIG_BT_HCI_CMD_COUNT=2
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig26 CONFIG_BT_HCI_CMD_COUNT=2
A Dbt_preconfig30 CONFIG_BT_HCI_CMD_COUNT=2
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c39 NET_BUF_POOL_FIXED_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
A Dhci_api.c84 static struct cmd_data cmd_data[CONFIG_BT_HCI_CMD_COUNT];
95 NET_BUF_POOL_DEFINE(hci_cmd_pool, CONFIG_BT_HCI_CMD_COUNT,
A Dhci_core.c152 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