Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c223 if (role != BLE_MESH_SETTINGS_ROLE_NONE && in bt_mesh_prov_enable()
229 if (role == BLE_MESH_SETTINGS_ROLE_NONE) { in bt_mesh_prov_enable()
233 role == BLE_MESH_SETTINGS_ROLE_NONE) { in bt_mesh_prov_enable()
589 if (role != BLE_MESH_SETTINGS_ROLE_NONE && in bt_mesh_provisioner_enable()
595 if (role == BLE_MESH_SETTINGS_ROLE_NONE) { in bt_mesh_provisioner_enable()
Dsettings.h18 #define BLE_MESH_SETTINGS_ROLE_NONE 0 macro
Dsettings.c1291 case BLE_MESH_SETTINGS_ROLE_NONE: in settings_core_load()