色々とBDアドレスを試してみた

parent f6748edf
......@@ -16,7 +16,7 @@
<ColumnDefinition Width="8*"/>
<ColumnDefinition Width="257*"/>
</Grid.ColumnDefinitions>
<TextBlock x:Name="TextBlockokList" Margin="24,-31,-11,0" Height="122" VerticalAlignment="Top" RenderTransformOrigin="0.495,1.012" Grid.Column="2" Text="okList" />
<TextBlock x:Name="TextBlockRSSI" Margin="10,108,-1,-103" Height="219" VerticalAlignment="Top" Grid.ColumnSpan="3" RenderTransformOrigin="0.492,1.471" />
<TextBlock x:Name="TextBlockokList" Margin="24,-31,-11,0" Height="188" VerticalAlignment="Top" RenderTransformOrigin="0.495,1.012" Grid.Column="2" />
<TextBlock x:Name="TextBlockRSSI" Margin="10,162,-1,-128" Height="190" VerticalAlignment="Top" Grid.ColumnSpan="3" RenderTransformOrigin="0.492,1.471" />
</Grid>
</Window>
\ No newline at end of file
......@@ -43,12 +43,28 @@ namespace WpfBleSampleApp
private ulong[] okList =
{
127275385815703,
79871770127683,
82423332791826,
108555962440447,
79871770127683, //
82423332791826, //Bluetooth 4a:f6:ad:78:e6:12
108555962440447, //Bluetooth 62:bb:27:94:5a:ff
117605944835917,
76312922084733, //Bluetooth 45:67:fc:9c:d5:7d 自分の何か
139673612859991 // orutasu 12/19
};
/*private string[] okList =
{
Bluetooth 45:67:fc:9c:d5:7d, 76312922084733
Bluetooth 62:bb:27:94:5a:ff, 108555962440447
Bluetooth 59:d7:f7:2e:b4:b0, 98784099873968
Bluetooth 45:67:fc:9c:d5:7d, 76312922084733
Bluetooth 4a:f6:ad:78:e6:12, 82423332791826
Bluetooth 45:fb:92:65:f1:77, 76946795262327
Bluetooth 43:b4:22:bc:0b:c5, 74440955923397
Bluetooth 45:67:fc:9c:d5:7d, 76312922084733
Bluetooth 45:da:1d:36:ba:a5, 76803095313061
};*/
public MainWindow()
{
......
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2F825A43B7222DED9479B0ACCF25EC750A4607C9"
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "56F052CFB7FE06C2C911627D754264C69B1D7797"
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
......
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2F825A43B7222DED9479B0ACCF25EC750A4607C9"
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "56F052CFB7FE06C2C911627D754264C69B1D7797"
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
......
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