Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Drpr.h9 #define RPR_OP_LINK_CLOSE BT_MESH_MODEL_OP_2(0x80, 0x5A) macro
Drpr_cli.c576 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()
Drpr_srv.c1037 { RPR_OP_LINK_CLOSE, BT_MESH_LEN_EXACT(1), handle_link_close },