-
Notifications
You must be signed in to change notification settings - Fork 301
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
Support for Coded PHY (Bluetooth 5.0 feature) when scanning. #1225
Comments
There are not any operating systems APIs to request using coded phy that I am aware of. |
What about Windows, Mac and Linux? |
http://www.bluez.org/
|
@pvvx So far I am very happy with the implementation of your software when using it with Linux. |
Why was it opened? |
This is a feature that has been requested by multiple users. I don't know if it is currently technically possible, but maybe some day. |
Starting with the bluetooth 5.0 standard from 2016, it is required to set secondary and primary PHY for scanning and advertising. |
How are things going with the support of "Periodic Advertising with Responses (PAwR)", "Encrypted Advertising Data" and so on? |
any news on this? |
Seriously, how hasn't this been tackled yet? It's like waiting for the next ice age! We've got all the specs laid out, bugs squashed left and right, and yet, we're still twiddling our thumbs here without BLE LongRange support in Bleak? Come on, folks! Android and Linux have sorted their end ages ago, and Bluetooth 5.0 has been out since the dinosaurs roamed the Earth! We've got the adapter practically waving its hands saying, "I'm ready, use me!" So, what gives? Can we please get some action on this? |
|
all
all
Linux, Android
bluetoothctl -v
) in case of Linux:bluetoothctl: 5.66
Description
There is no advertising reception and the ability to connect to BLE LongRange (Coded PHY).
What I Did
Bugs in Android and Linux with scanning with different PHY format have long been fixed.
The specification 'Bluetooth 5.0' since 2016 opens the work of BLE advertising in two PHY modes - LE Coded or 1M on the main channels for extended advertising.
home-assistant/core#88277 (comment)
Logs
Switch the adapter to work with CodedPHY:
hcitool -i hci0 cmd 08 31 03 04 04
Further work in 'Bleak' is limited to 'Coded PHY' format only.
Information about adapter capabilities:
The adapter's capabilities allow it to accept 1M and Coded PHY.
What are the commands to make 'Bleak' work according to the Bluetooth 5.0 specification?
The text was updated successfully, but these errors were encountered: