opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
204 stars 62 forks source link

Smartwatch list that support BLE 5.0+ feature (Coded Phy) #107

Closed s3ni0r closed 9 months ago

s3ni0r commented 1 year ago

Do you know of any smartwatches that support BLE Coded Phy? how to check the feature support directly on the watch ? i assume that galaxy watch should support it, as the S10 and up samsung smartphones does support all the BLE 5.0 features, but can't confirm.

friissoren commented 1 year ago

Sorry, I have no idea. The only thing I can think of is to build your own little test application and then read out the values of these two feature flags: https://github.com/opendroneid/receiver-android/blob/master/Android/app/src/main/java/org/opendroneid/android/bluetooth/BluetoothScanner.java#L130

I don't know if Android for smartwatches are that similar to Android phones that this method would be reliable though?