forked from h2zero/esp-nimble-cpp
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