Searched refs:bt_mesh_init (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | ble_mesh.c | 61 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/tests/bluetooth/mesh_shell/src/ |
D | main.c | 139 err = bt_mesh_init(&bt_mesh_shell_prov, &comp); in bt_ready()
|
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 172 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 175 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 587 int bt_mesh_init(const struct bt_mesh_prov *prov,
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 385 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 263 err = bt_mesh_init(&prov, &mesh_comp); in bt_ready()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 81 calling :c:func:`bt_mesh_init`), the BLOB Transfer Server will check for aborted transfers, and call
|
D | provisioning.rst | 42 :c:func:`bt_mesh_init`. Additionally, a Uniform Resource Identifier (URI)
|
D | access.rst | 24 data, which is passed to :c:func:`bt_mesh_init` during initialization. The
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 554 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 563 int bt_mesh_init(const struct bt_mesh_prov *prov, in bt_mesh_init() function
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 287 err = bt_mesh_init(prov, comp); in bt_mesh_device_setup()
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 660 return bt_mesh_init(&prov, &comp); in mesh_init()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 1502 err = bt_mesh_init(&prov, &comp); in init() 1505 err = bt_mesh_init(&prov, &comp_alt); in init()
|