Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MESH_SUBNET_COUNT (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/ble_mesh/configs/
A Dble_mesh_default_config.h96 #ifndef CONFIG_BT_MESH_SUBNET_COUNT
97 #define CONFIG_BT_MESH_SUBNET_COUNT 1 macro
/AliOS-Things-master/hardware/board/haas200/config/
A Dbt_mesh_opt.h8 #define CONFIG_BT_MESH_SUBNET_COUNT 2 macro
/AliOS-Things-master/components/ble_mesh/
A DREADME.md41 | CONFIG_BT_MESH_SUBNET_COUNT | 1 | 默认子网数量为1 …
A Dbt_defconfig81 CONFIG_BT_MESH_SUBNET_COUNT=2
A Dbt_preconfig110 CONFIG_BT_MESH_SUBNET_COUNT=2
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig81 CONFIG_BT_MESH_SUBNET_COUNT=2
A Dbt_preconfig110 CONFIG_BT_MESH_SUBNET_COUNT=2
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h265 struct bt_mesh_subnet sub[CONFIG_BT_MESH_SUBNET_COUNT];
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c75 #define FRIEND_CRED_COUNT CONFIG_BT_MESH_SUBNET_COUNT
97 [0 ... (CONFIG_BT_MESH_SUBNET_COUNT - 1)] = {
A Dsettings.c64 static struct key_update key_updates[CONFIG_BT_MESH_APP_KEY_COUNT + CONFIG_BT_MESH_SUBNET_COUNT];
A Dcfg_srv.c2312 NET_BUF_SIMPLE_DEFINE(msg, 2 + 4 + IDX_LEN(CONFIG_BT_MESH_SUBNET_COUNT)); in net_key_get()

Completed in 19 milliseconds