ibeaconに挑戦する前

parent 83e2de52
...@@ -152,7 +152,7 @@ Bluetooth 5f:85:83:41:60:a7, 105027037388967 , ...@@ -152,7 +152,7 @@ Bluetooth 5f:85:83:41:60:a7, 105027037388967 ,
if (device == null) return; if (device == null) return;
Debug.WriteLine($"device found:{device.Name},{device.BluetoothAddress}");// ここでKeyを決める Debug.WriteLine($"device found:{device.Name},{device.BluetoothAddress}");// ここでKeyを決める
Debug.WriteLine($"device found:{device.Name},{device.DeviceId},{device.BluetoothDeviceId.Id}");// ここでKeyを決める Debug.WriteLine($"device found:{device.Name},{device.DeviceId},{device.BluetoothAddress}");// ここでKeyを決める
if (device.WasSecureConnectionUsedForPairing) { //接続したことがあればSecure if (device.WasSecureConnectionUsedForPairing) { //接続したことがあればSecure
......
982da2a63defad06f7788fc2a61c45b51255c7eb 45d4cf267363dbdf9b29ddb1b7cb274a98f2f6e1
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
winexe winexe
C# C#
.cs .cs
C:\Users\Kaoru\source\repos\catchBLE\WpfApp1\obj\Debug\ C:\Users\Kaoru\source\repos\catchBLE2\WpfApp1\obj\Debug\
WpfApp1 WpfApp1
none none
false false
DEBUG;TRACE DEBUG;TRACE
C:\Users\Kaoru\source\repos\catchBLE\WpfApp1\App.xaml C:\Users\Kaoru\source\repos\catchBLE2\WpfApp1\App.xaml
11151548125 11151548125
5-2017746502 9403354300
71148438499 71148438499
MainWindow.xaml; MainWindow.xaml;
False True
 
FC:\Users\Kaoru\source\repos\catchBLE\WpfApp1\MainWindow.xaml;; FC:\Users\Kaoru\source\repos\catchBLE2\WpfApp1\MainWindow.xaml;;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment