Search found 1 match

by davettl
Wed Jul 10, 2019 12:45 pm
Forum: Report Bugs
Topic: BLEScan not returning beacon name.
Replies: 1
Views: 6727

BLEScan not returning beacon name.

class MyAdvertisedDeviceCallbacks : public BLEAdvertisedDeviceCallbacks
{
void onResult(BLEAdvertisedDevice advertisedDevice)
{
printf("Name %s, Address %s, RSSI %d\n", advertisedDevice.getName().c_str(), advertisedDevice.getAddress().toString().c_str(), advertisedDevice.getRSSI());
//data ...

Go to advanced search