Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c100 if (!bt_mesh_is_provisioned()) { in bt_mesh_node_reset()
165 bool bt_mesh_is_provisioned(void) in bt_mesh_is_provisioned() function
207 if (bt_mesh_is_provisioned()) { in bt_mesh_prov_enable()
262 if (bt_mesh_is_provisioned()) { in bt_mesh_prov_disable()
470 !bt_mesh_is_provisioned()) { in bt_mesh_deinit()
475 bt_mesh_is_provisioned()) { in bt_mesh_deinit()
479 if (bt_mesh_is_provisioned()) { in bt_mesh_deinit()
Daccess.c742 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in ready_to_send()
750 …} else if (IS_ENABLED(CONFIG_BLE_MESH_FAST_PROV) && bt_mesh_is_provisioned() && role == FAST_PROV)… in ready_to_send()
949 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_netkey_get()
953 …} else if (IS_ENABLED(CONFIG_BLE_MESH_FAST_PROV) && bt_mesh_is_provisioned() && role == FAST_PROV)… in bt_mesh_tx_netkey_get()
964 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_devkey_get()
968 …} else if (IS_ENABLED(CONFIG_BLE_MESH_FAST_PROV) && bt_mesh_is_provisioned() && role == FAST_PROV)… in bt_mesh_tx_devkey_get()
979 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_appkey_get()
983 …} else if (IS_ENABLED(CONFIG_BLE_MESH_FAST_PROV) && bt_mesh_is_provisioned() && role == FAST_PROV)… in bt_mesh_tx_appkey_get()
996 if (bt_mesh_is_provisioned()) { in bt_mesh_rx_netkey_size()
1022 if (bt_mesh_is_provisioned()) { in bt_mesh_rx_netkey_get()
[all …]
Dlocal_operation.c172 if (!bt_mesh_is_provisioned()) { in bt_mesh_node_local_net_key_add()
243 if (!bt_mesh_is_provisioned()) { in bt_mesh_node_local_app_key_add()
304 if (!bt_mesh_is_provisioned()) { in bt_mesh_node_bind_app_key_to_model()
Dbeacon.c94 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in beacon_complete()
301 if (bt_mesh_is_provisioned() || bt_mesh_is_provisioner_en()) { in ready_to_send()
496 !bt_mesh_is_provisioned()) { in bt_mesh_beacon_enable()
Dsettings.c1472 if (!bt_mesh_is_provisioned() && !bt_mesh_is_provisioner_en()) { in schedule_store()
2069 if (bt_mesh_is_provisioned() || bt_mesh_is_provisioner_en()) { in store_pending()
2083 if (bt_mesh_is_provisioned()) { in store_pending()
2091 if (bt_mesh_is_provisioned() || bt_mesh_is_provisioner_en()) { in store_pending()
2099 if (bt_mesh_is_provisioned() || bt_mesh_is_provisioner_en()) { in store_pending()
2108 if (bt_mesh_is_provisioned()) { in store_pending()
2117 if (bt_mesh_is_provisioned()) { in store_pending()
2125 if (bt_mesh_is_provisioned() || bt_mesh_is_provisioner_en()) { in store_pending()
Dnet.c613 if (!bt_mesh_is_provisioned()) { in bt_mesh_iv_update()
752 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in bt_mesh_primary_subnet_exist()
970 if (((IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) || in bt_mesh_net_send()
1431 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in ready_to_recv()
Dproxy_server.c442 if (!bt_mesh_is_provisioned()) { in bt_mesh_proxy_identity_enable()
1387 if (!bt_mesh_is_provisioned()) { in bt_mesh_proxy_server_adv_start()
1414 if (bt_mesh_is_provisioned()) { in bt_mesh_proxy_server_adv_start()
Dproxy_client.c796 if (bt_mesh_is_provisioned()) { in bt_mesh_proxy_client_beacon_send()
848 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in send_proxy_cfg()
Dfriend.c75 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in friend_subnet_get()
393 bt_mesh_is_provisioned()) ? NODE : PROVISIONER; in unseg_app_sdu_unpack()
Dlpn.c436 if (!bt_mesh_is_provisioned()) { in bt_mesh_lpn_set()
Dtransport.c989 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && in trans_heartbeat()
1004 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned()) { in trans_heartbeat()
Dprov.c1631 if (!bt_prov_active() && bt_mesh_is_provisioned()) { in bt_mesh_pb_adv_recv()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h550 bool bt_mesh_is_provisioned(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c27 return bt_mesh_is_provisioned(); in esp_ble_mesh_node_is_provisioned()