Home
last modified time | relevance | path

Searched refs:OP_PRIV_BEACON_SET (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c170 BT_MESH_MODEL_BUF_DEFINE(buf, OP_PRIV_BEACON_SET, 2); in bt_mesh_priv_beacon_cli_set()
171 bt_mesh_model_msg_init(&buf, OP_PRIV_BEACON_SET); in bt_mesh_priv_beacon_cli_set()
Dfoundation.h108 #define OP_PRIV_BEACON_SET BT_MESH_MODEL_OP_2(0x80, 0x61) macro
Dpriv_beacon_srv.c188 { OP_PRIV_BEACON_SET, BT_MESH_LEN_MIN(1), handle_beacon_set },