Skip to content

Instantly share code, notes, and snippets.

@ShkurtiA
Last active September 11, 2019 10:07
Show Gist options
  • Save ShkurtiA/963e272faf83ed49fc9291cc3bdd3b3c to your computer and use it in GitHub Desktop.
Save ShkurtiA/963e272faf83ed49fc9291cc3bdd3b3c to your computer and use it in GitHub Desktop.
https://android.googlesource.com/platform/frameworks/base/+/969c243/docs/html/training/connect-devices-wirelessly/wifi-direct.jd
https://android.googlesource.com/platform/development/+/master/samples/WiFiDirectDemo/AndroidManifest.xml?autodive=0%2F
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> (permission needed to find nearby peers)
https://developer.android.com/reference/android/net/wifi/WpsInfo.html#PBC
WpsInfo.PBC is deprecated only after api 28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment