Searched refs:OP_SOL_PDU_RPL_ITEM_STATUS (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | sol_pdu_rpl_cli.c | 60 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_SOL_PDU_RPL_ITEM_STATUS, in handle_status() 102 .op = OP_SOL_PDU_RPL_ITEM_STATUS, in bt_mesh_sol_pdu_rpl_clear() 153 { OP_SOL_PDU_RPL_ITEM_STATUS, BT_MESH_LEN_MIN(2), handle_status },
|
| D | sol_pdu_rpl_srv.c | 22 BT_MESH_MODEL_BUF_DEFINE(buf, OP_SOL_PDU_RPL_ITEM_STATUS, 2 + (len < 2 ? 0 : 1)); in sol_rpl_status_rsp() 24 bt_mesh_model_msg_init(&buf, OP_SOL_PDU_RPL_ITEM_STATUS); in sol_rpl_status_rsp()
|
| D | foundation.h | 123 #define OP_SOL_PDU_RPL_ITEM_STATUS BT_MESH_MODEL_OP_2(0x80, 0x7a) macro
|