Searched refs:RPR_OP_LINK_CLOSE (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr.h | 9 #define RPR_OP_LINK_CLOSE BT_MESH_MODEL_OP_2(0x80, 0x5A) macro
|
D | rpr_cli.c | 576 BT_MESH_MODEL_BUF_DEFINE(buf, RPR_OP_LINK_CLOSE, 1); in bt_mesh_rpr_link_close() 577 bt_mesh_model_msg_init(&buf, RPR_OP_LINK_CLOSE); in bt_mesh_rpr_link_close() 625 BT_MESH_MODEL_BUF_DEFINE(buf, RPR_OP_LINK_CLOSE, 1); in link_close() 626 bt_mesh_model_msg_init(&buf, RPR_OP_LINK_CLOSE); in link_close()
|
D | rpr_srv.c | 1037 { RPR_OP_LINK_CLOSE, BT_MESH_LEN_EXACT(1), handle_link_close },
|