Skip to content

Commit 8c4b054

Browse files
committed
- add missing setAdvertisedServiceUuid call (#91)
1 parent 5c20a1b commit 8c4b054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/EddystoneBeacon.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ void EddystoneBeacon::begin(char power, const char* uri) {
7575
this->_power = power;
7676
this->setURI(uri);
7777

78+
this->setAdvertisedServiceUuid(this->_bleService.uuid());
79+
7880
BLEPeripheral::begin();
7981

8082
this->_bleCharacteristic.broadcast();

0 commit comments

Comments
 (0)