You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Hi, I managed to do that, unfortunatly I wrote it only for the android part so far because android return the raw bytes whereas Apple return a (weirdly) structured dictionnary.
For Android, it's quite fair simple, modify the DeviceDiscoveredEventArg to include 2 more property (the rssi and the scanRecord). and the in the platform specific Adapter class, inside the OnLeScan(..) methode add the rssi and the scanRecord in the eventArg before sending it.
For iOS, I'm still missing the way to get the raw byte[] scanRecord
We like to know if there is a way to get to the full payload of the GAP advertisement?
See also Stackoverflow Question.
The text was updated successfully, but these errors were encountered: