mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-02-03 21:55:09 +01:00
Remove advertisment type from advertised device string.
This commit is contained in:
@@ -559,7 +559,6 @@ std::string NimBLEAdvertisedDevice::toString() {
|
||||
res += ", Data: " + getServiceData(i);
|
||||
}
|
||||
}
|
||||
res += "\nadvType: " + std::string(NimBLEUtils::advTypeToString(m_advType));
|
||||
|
||||
return res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user