Ejemplo n.º 1
0
        public MainPage()
        {
            this.InitializeComponent();
            RemoteGattService remoteGattService = new RemoteGattService();

            remoteGattService.PublishService();
        }
Ejemplo n.º 2
0
 private void NextButton_Click(object sender, RoutedEventArgs e)
 {
     RemoteGattService.NotifyValue((int)VirtualKeyCode.MEDIA_NEXT_TRACK);
 }
Ejemplo n.º 3
0
 private void PlayButton_Click(object sender, RoutedEventArgs e)
 {
     RemoteGattService.NotifyValue((int)VirtualKeyCode.MEDIA_PLAY_PAUSE);
 }