Home
last modified time | relevance | path

Searched refs:prb (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c155 SHELL_SUBCMD_ADD((mesh, models), prb, &priv_beacons_cmds, "Private Beacon Cli commands",
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dmain.h814 void (*priv_received)(const struct bt_mesh_prb *prb);
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1059 typedef void (*priv_beacon_cb)(const struct bt_mesh_prb *prb);
1063 static void priv_received(const struct bt_mesh_prb *prb) in priv_received() argument
1066 priv_beacon_cb_ptr(prb); in priv_received()
1480 static void priv_beacon_recv(const struct bt_mesh_prb *prb) in priv_beacon_recv() argument
1483 if (prb->iv_idx == 2) { in priv_beacon_recv()
1488 ASSERT_EQUAL(prb->flags, 0x02); in priv_beacon_recv()
1489 ASSERT_EQUAL(prb->iv_idx, 1); in priv_beacon_recv()
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Dshell.rst1587 ``mesh models prb priv-beacon-get``
1595 ``mesh models prb priv-beacon-set <Val(off, on)> <RandInt(10s steps)>``
1603 ``mesh models prb priv-gatt-proxy-get``
1612 ``mesh models prb priv-gatt-proxy-set <Val(off, on)>``
1622 ``mesh models prb priv-node-id-get <NetKeyIdx>``
1633 ``mesh models prb priv-node-id-set <NetKeyIdx> <State>``