Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c51 #define FRIEND_CRED_COUNT CONFIG_BLE_MESH_FRIEND_LPN_COUNT macro
53 #define FRIEND_CRED_COUNT CONFIG_BLE_MESH_SUBNET_COUNT macro
55 #define FRIEND_CRED_COUNT 0 macro
58 #if FRIEND_CRED_COUNT > 0
59 static struct friend_cred friend_cred[FRIEND_CRED_COUNT];
1620 #if FRIEND_CRED_COUNT > 0 in bt_mesh_net_reset()