Questions tagged [bluetoothlescanner]
23 questions
0
votes
0 answers
How to get the Pairing PopUP in CORE Bluetooth class in Xamarin.iOS
Not getting the pairing pop up when trying to connect to the device.
And value also is some random data which i am not able to read.

zombie
- 59
- 1
- 10
0
votes
3 answers
Android 10 Bluetooth LE Scan Issues
I am trying to get a simple Bluetooth LE Scanning app working under Android 10
The Scan starts but does not discover the devices.
There is a lot of traffic about correct permissions needed for Android 10 and I think I have them correct, Currently, I…

billysdomain
- 17
- 1
- 6
0
votes
0 answers
How can i get the BLE signal from nearby mobile phone?
I'm trying to catch the BLE signal, and get the rssi vlue by using "BluetoothLeScanner" to measure the distance between two phone.
But, my program detects every BLE_signal except the Bluetooth signal on my phone.
The following is what I printed out…

Aksaka
- 1
- 1
0
votes
0 answers
windows ble interface - HCI_VS_MSFT_LE_Monitor_Advertisement examples?
In the Microsoft Bluetooth DOCs, I see these HCI commands that can be sent to the BLE stack
SEE:…

user3696153
- 568
- 5
- 15
0
votes
1 answer
BluetoothLeScanner is not called in SM-G970N(Galaxy S10e)
I developed an App which contain ble function. And this app operated well on my development phone. But when I use this app on Samsung galaxy S10e, bluetooth is not working. And I found BluetoothLeScanner is not called. My development phone is galaxy…

Taek
- 3
- 2
0
votes
0 answers
Data Characteristic Changed works on one device and not on an identical second one
I have a small program to send BluetoothLE data on a Xamarin Forms application.
the bluetoothle device is a Honeywell Dex Adapter.
the handheld devices are Honeywell CT60 running 7.1.1
the port sniffer i use is Device Monitoring Studio
I write to a…

SerenityNow
- 1,055
- 1
- 15
- 32
0
votes
1 answer
Trying to get BluetoothAdapter; Cannot resolve method 'GetSystemService(java.lang.String)'
I am following along with the BluetoothLE docs at Android Studio:
https://developer.android.com/guide/topics/connectivity/bluetooth-le#setup
My goal is to set up Bluetooth to be able to work with my java app.
Why am I getting the 'Cannot resolve…
user4892981
0
votes
1 answer
Android - Multiple BluetoothBleScanner
I have a Cordova application for iOS/Android. The Javascript for the application is served by a webserver which ofcourse makes updating of the App very easy - no AppStore releases unless it is a change to a Cordova plugin.
Now, the application…

steve
- 3,230
- 1
- 19
- 14