8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b367e5a commit b50dec3Copy full SHA for b50dec3
cpp_utils/BLEAdvertising.cpp
@@ -300,7 +300,7 @@ void BLEAdvertisementData::setCompleteServices(BLEUUID uuid) {
300
// [Len] [0x04] [0] [1] ... [15]
301
cdata[0] = 17;
302
cdata[1] = ESP_BLE_AD_TYPE_128SRV_CMPL; // 0x07
303
- addData(std::string(cdata, 2) + std::string((char*) &uuid.getNative()->uuid.uuid128, 16));
+ addData(std::string(cdata, 2) + std::string((char*) uuid.getNative()->uuid.uuid128, 16));
304
break;
305
}
306
0 commit comments