#pragma once namespace avrcp { void init(); bool is_playing(); void play_pause(); void forward(); void backward(); }