Skip to content

Commit 4a79560

Browse files
committed
Remove advertisment type from advertised device string.
1 parent 111ff3a commit 4a79560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NimBLEAdvertisedDevice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ std::string NimBLEAdvertisedDevice::toString() {
559559
res += ", Data: " + getServiceData(i);
560560
}
561561
}
562-
res += "\nadvType: " + std::string(NimBLEUtils::advTypeToString(m_advType));
563562

564563
return res;
565564

0 commit comments

Comments
 (0)