Searched refs:bootstrapId (Results 1 – 2 of 2) sorted by relevance
3043 MutableInt bootstrapId = new MutableInt(-1); in addDppPeerUri() local3071 bootstrapId.value = bootstrapIdInternal; in addDppPeerUri()3080 return bootstrapId.value; in addDppPeerUri()3090 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) { in removeDppUri() argument3115 SupplicantStatus status = staIfaceV12.removeDppUri(bootstrapId); in removeDppUri()
2462 public boolean removeDppUri(@NonNull String ifaceName, int bootstrapId) {2463 return mSupplicantStaIfaceHal.removeDppUri(ifaceName, bootstrapId);