The beaconing is in a shell script beacon.sh. We should move this to the gattServer or main so that the device beacons the string "RDK Setup" on start.
A function should be added
void startBeacon(std::string const& s)
This name should show up in the mobile app when scanning. There are several GATT browser apps for both iOS and Android in the app stores to test.
The beaconing is in a shell script beacon.sh. We should move this to the gattServer or main so that the device beacons the string "RDK Setup" on start.
A function should be added
void startBeacon(std::string const& s)This name should show up in the mobile app when scanning. There are several GATT browser apps for both iOS and Android in the app stores to test.