Searched refs:OP_HEARTBEAT_PUB_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | foundation.h | 13 #define OP_HEARTBEAT_PUB_STATUS BT_MESH_MODEL_OP_1(0x06) macro
|
D | cfg_cli.c | 956 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_HEARTBEAT_PUB_STATUS, in hb_pub_status() 1082 { OP_HEARTBEAT_PUB_STATUS, BT_MESH_LEN_EXACT(10), hb_pub_status }, 2141 .op = OP_HEARTBEAT_PUB_STATUS, in bt_mesh_cfg_cli_hb_pub_set() 2168 .op = OP_HEARTBEAT_PUB_STATUS, in bt_mesh_cfg_cli_hb_pub_get()
|
D | cfg_srv.c | 2261 BT_MESH_MODEL_BUF_DEFINE(msg, OP_HEARTBEAT_PUB_STATUS, 10); in hb_pub_send_status() 2265 bt_mesh_model_msg_init(&msg, OP_HEARTBEAT_PUB_STATUS); in hb_pub_send_status()
|