making use of BluetoothLEAdvertisementReceivedEventArgs
-
I am searching for all btle devices with BluetoothLEAdvertisementWatcher. It works fine but I need a device handle so I can use GATT api's. How do I get a device handle from the information provided in BluetoothLEAdvertisementReceivedEventArgs?
“If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford
-
I am searching for all btle devices with BluetoothLEAdvertisementWatcher. It works fine but I need a device handle so I can use GATT api's. How do I get a device handle from the information provided in BluetoothLEAdvertisementReceivedEventArgs?
“If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford
I don't think I am going to get this working. It seems GATT comms is only possible if the device is already paired. And there is no api for paring programmatically. :( Perhaps I can do it on android.
“If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford