mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-22 13:10:55 +01:00
Remove advertisment type from advertised device string.
This commit is contained in:
parent
28e9e3d79d
commit
f3e0d66853
1 changed files with 0 additions and 1 deletions
|
@ -559,7 +559,6 @@ std::string NimBLEAdvertisedDevice::toString() {
|
||||||
res += ", Data: " + getServiceData(i);
|
res += ", Data: " + getServiceData(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
res += "\nadvType: " + std::string(NimBLEUtils::advTypeToString(m_advType));
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue