Searched refs:OP_PRIV_BEACON_STATUS (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | priv_beacon_cli.c | 39 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_PRIV_BEACON_STATUS, ctx->addr, in handle_beacon_status() 131 { OP_PRIV_BEACON_STATUS, BT_MESH_LEN_EXACT(2), handle_beacon_status }, 165 .op = OP_PRIV_BEACON_STATUS, in bt_mesh_priv_beacon_cli_set() 186 .op = OP_PRIV_BEACON_STATUS, in bt_mesh_priv_beacon_cli_get()
|
| D | priv_beacon_srv.c | 43 BT_MESH_MODEL_BUF_DEFINE(buf, OP_PRIV_BEACON_STATUS, 2); in beacon_status_rsp() 44 bt_mesh_model_msg_init(&buf, OP_PRIV_BEACON_STATUS); in beacon_status_rsp()
|
| D | foundation.h | 109 #define OP_PRIV_BEACON_STATUS BT_MESH_MODEL_OP_2(0x80, 0x62) macro
|