-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth device name not being resolved while scanning #43
Comments
I suspect it is because there isn't a scan response being requested. This is often referred to as passive and active scanning. The seems to be some support for the different scan types. python-bleson/bleson/core/hci/constants.py Lines 7 to 8 in 8566949
Which platform are you on? |
I am using the repo as it is without any changes, and isn't the scan type set to
|
It’s late and I’ve just done a whole day followed by a 3 hour drive, so this might be best ignored... Setting the scan type may just be informative to the BLE stack Performing the actual scan response parsing and update of the data struct needs to be handheld by Bleson in response to an HCI event, I don’t recall Bleson doing this but I’m too tired to check at the moment, sorry. |
I am using the observer to scan for nearby BLE devices and seeing a lot of BLE traffic but their device names are always 'None'. There are Apple TVs and plenty BLE devices around which show up in complete local name when I use other tools
Any suggestions what can I do to resolve names of devices?
Thanks!
The text was updated successfully, but these errors were encountered: