Home
last modified time | relevance | path

Searched refs:BT_MESH_PROV_REMOTE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h65 BT_MESH_PROV_REMOTE = BIT(2), /**< PB-Remote bearer */ enumerator
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c904 ASSERT_OK(bt_mesh_prov_enable(BT_MESH_PROV_REMOTE)); in device_pb_remote_server_setup()
1362 ASSERT_OK(bt_mesh_prov_enable(BT_MESH_PROV_REMOTE)); in test_device_pb_remote_server_nppi_robustness()
1437 ASSERT_OK(bt_mesh_prov_enable(BT_MESH_PROV_REMOTE)); in test_device_pb_remote_client_server_same_dev()
1537 ASSERT_OK(bt_mesh_prov_enable(BT_MESH_PROV_REMOTE)); in test_device_pb_remote_server_same_dev()
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c688 (bearers & BT_MESH_PROV_REMOTE)) { in bt_mesh_prov_enable()
Drpr_cli.c753 .type = BT_MESH_PROV_REMOTE,
Drpr_srv.c1408 .type = BT_MESH_PROV_REMOTE,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c235 bt_mesh_prov_enable(BT_MESH_PROV_REMOTE); in cmd_init()
451 case BT_MESH_PROV_REMOTE: in bearer2str()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1204 case BT_MESH_PROV_REMOTE: in link_open()
1229 case BT_MESH_PROV_REMOTE: in link_close()
1325 bt_mesh_prov_enable(BT_MESH_PROV_REMOTE); in prov_reset()
1541 err = bt_mesh_prov_enable(BT_MESH_PROV_REMOTE); in start()