Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/configs/
A Dble_mesh_default_config.h228 #ifndef CONFIG_BT_MESH_FRIEND_LPN_COUNT
229 #define CONFIG_BT_MESH_FRIEND_LPN_COUNT 2 macro
/AliOS-Things-master/hardware/board/haas200/config/
A Dbt_mesh_opt.h25 #define CONFIG_BT_MESH_FRIEND_LPN_COUNT 2 macro
/AliOS-Things-master/components/ble_mesh/
A Dbt_defconfig100 CONFIG_BT_MESH_FRIEND_LPN_COUNT=2
A Dbt_preconfig129 CONFIG_BT_MESH_FRIEND_LPN_COUNT=2
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig100 CONFIG_BT_MESH_FRIEND_LPN_COUNT=2
A Dbt_preconfig129 CONFIG_BT_MESH_FRIEND_LPN_COUNT=2
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h248 struct bt_mesh_friend frnd[CONFIG_BT_MESH_FRIEND_LPN_COUNT];
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c73 #define FRIEND_CRED_COUNT CONFIG_BT_MESH_FRIEND_LPN_COUNT
A Dfriend.c45 #define FRIEND_BUF_COUNT ((CONFIG_BT_MESH_FRIEND_QUEUE_SIZE + 1) * CONFIG_BT_MESH_FRIEND_LPN_COUNT)

Completed in 14 milliseconds