Searched refs:bt_mesh_is_provisioned (Results 1 – 14 of 14) sorted by relevance
100 if (!bt_mesh_is_provisioned()) { in bt_mesh_node_reset()165 bool bt_mesh_is_provisioned(void) in bt_mesh_is_provisioned() function207 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()
742 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 …]
172 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()
94 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()
1472 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()
613 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()
442 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()
796 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()
75 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()
436 if (!bt_mesh_is_provisioned()) { in bt_mesh_lpn_set()
989 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()
1631 if (!bt_prov_active() && bt_mesh_is_provisioned()) { in bt_mesh_pb_adv_recv()
550 bool bt_mesh_is_provisioned(void);
27 return bt_mesh_is_provisioned(); in esp_ble_mesh_node_is_provisioned()