We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c20a1b commit 8c4b054Copy full SHA for 8c4b054
src/EddystoneBeacon.cpp
@@ -75,6 +75,8 @@ void EddystoneBeacon::begin(char power, const char* uri) {
75
this->_power = power;
76
this->setURI(uri);
77
78
+ this->setAdvertisedServiceUuid(this->_bleService.uuid());
79
+
80
BLEPeripheral::begin();
81
82
this->_bleCharacteristic.broadcast();
0 commit comments