Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c96 bt_mesh_is_provisioned() || info.id != BT_ID_DEFAULT || cli) { in gatt_connected()
121 if (bt_mesh_is_provisioned()) { in gatt_disconnected()
176 if (bt_mesh_is_provisioned()) { in bt_mesh_pb_gatt_srv_enable()
277 if (!service_registered || bt_mesh_is_provisioned() || in bt_mesh_pb_gatt_srv_adv_start()
Dprovisionee.c665 if (IS_ENABLED(CONFIG_BT_MESH_RPR_SRV) && bt_mesh_is_provisioned()) { in prov_link_opened()
692 if (bt_mesh_is_provisioned()) { in bt_mesh_prov_enable()
695 } else if (bt_mesh_is_provisioned()) { in bt_mesh_prov_enable()
726 if (bt_mesh_is_provisioned()) { in bt_mesh_prov_disable()
Dmain.c417 bool bt_mesh_is_provisioned(void) in bt_mesh_is_provisioned() function
534 if (IS_ENABLED(CONFIG_BT_MESH_GATT_PROXY) && bt_mesh_is_provisioned()) { in bt_mesh_resume()
542 if (IS_ENABLED(CONFIG_BT_MESH_PB_GATT) && !bt_mesh_is_provisioned()) { in bt_mesh_resume()
Dheartbeat.c254 bt_mesh_is_provisioned()) { in bt_mesh_hb_pub_set()
270 if (!bt_mesh_is_provisioned()) { in bt_mesh_hb_pub_set()
Dproxy_srv.c430 if (!bt_mesh_is_provisioned()) { in bt_mesh_proxy_identity_enable()
449 if (!bt_mesh_is_provisioned()) { in bt_mesh_proxy_private_identity_enable()
964 if (!bt_mesh_is_provisioned()) { in bt_mesh_proxy_gatt_enable()
1166 if (!service_registered && bt_mesh_is_provisioned()) { in gatt_disconnected()
1199 if (!service_registered || !bt_mesh_is_provisioned()) { in bt_mesh_proxy_adv_start()
Dbeacon.c496 if (bt_mesh_is_provisioned()) { in beacon_send()
822 if (bt_mesh_is_provisioned()) { in bt_mesh_beacon_enable()
Dadv.c299 if (bt_mesh_is_provisioned()) { in bt_mesh_adv_gatt_send()
Dnet.c258 if (!bt_mesh_is_provisioned()) { in bt_mesh_iv_update()
874 if (!bt_mesh_is_provisioned()) { in bt_mesh_net_recv()
955 if (!bt_mesh_is_provisioned()) { in ivu_refresh()
Dlpn.c520 if (!bt_mesh_is_provisioned()) { in bt_mesh_lpn_set()
Dpb_adv.c356 if (bt_mesh_is_provisioned()) { in reset_adv_link()
Daccess.c1345 if (!bt_mesh_is_provisioned()) { in bt_mesh_access_send()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dno_transition_work_handler.c43 if (!bt_mesh_is_provisioned()) { in no_transition_work_handler()
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c151 if (bt_mesh_is_provisioned()) { in bt_ready()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h546 bool bt_mesh_is_provisioned(void);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c129 if (!bt_mesh_is_provisioned()) { in iut_configure()
Dtest_brg.c802 if (bt_mesh_is_provisioned()) { in test_tester_persistence()
1075 if (IS_ENABLED(CONFIG_BT_SETTINGS) && bt_mesh_is_provisioned()) { in bridge_setup()
Dtest_persistence.c1080 ASSERT_FALSE(bt_mesh_is_provisioned()); in test_reprovisioning_device()
Dtest_provision.c941 ASSERT_TRUE(bt_mesh_is_provisioned()); in device_pb_remote_server_setup()
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c329 if (bt_mesh_is_provisioned()) { in button_pressed()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c705 if (!bt_mesh_is_provisioned()) { in cmd_beacon_listen()