skip to Main Content

Flutter – How to obtain Bluetooth LE Appearance on Android using ScanRecord.getAdvertisingDataMap or is it possible that way?

I'm trying to obtain Appearance data of Bluetooth Low Energy devices in Android (in a Flutter app but seemingly iOS doesn't provide appearance, so I'm focusing on Android). ScanRecord has a https://developer.android.com/reference/android/bluetooth/le/ScanRecord#getAdvertisingDataMap() function, however what can I use to index…

VIEW QUESTION
Back To Top
Search