StartLEDiscovery: Use "auto" as the discovery filter transport.

This commit is contained in:
Vibhav Pant
2023-09-09 13:01:22 +05:30
parent a97244ad02
commit a8a2964edd
@@ -207,7 +207,7 @@ std::unique_ptr<api::ble_v2::GattServer> BleV2Medium::StartGattServer(
bool BleV2Medium::StartLEDiscovery() {
std::map<std::string, sdbus::Variant> filter;
filter["Transport"] = "le";
filter["Transport"] = "auto";
auto &adapter = adapter_.GetBluezAdapterObject();
try {