Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d641c570 authored by Kihong Seong's avatar Kihong Seong Committed by Gerrit Code Review
Browse files

Merge "app::sdpManager: Check for identity address is null" into main

parents 47ddceba 86884a53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ public class SdpManager {
                                ? Utils.getBrEdrAddress(inst.getDevice(), mAdapterService)
                                : mAdapterService.getIdentityAddress(inst.getDevice().getAddress());
                if (instAddressString != null
                        && addressString != null
                        && instAddressString.equals(addressString)
                        && inst.getUuid().equals(uuid)) {
                    return inst.isSearching();