Crash-Test-Buddies / WiFi-Buddy

Wi-Fi Buddy - Library to handle Android Wi-Fi Direct
https://groups.google.com/forum/#!forum/wi-fi-direct
MIT License
48 stars 12 forks source link

Enhance startAddingNoPromptService to automatically add required local service #182

Open mikedawson opened 7 years ago

mikedawson commented 7 years ago

When startAddingNoPromptService is called in order for the service to be usable by clients the local service must be added and broadcasted. This pull request updates WifiDirectHandler to automatically add the local service with the required info once the group has been formed; before the group was created but the local service was not automatically added.

brendankirby commented 7 years ago

@mikedawson Looks like there are some conflicts after I merged your other contributions