Searched refs:masRecord (Results 1 – 2 of 2) sorted by relevance
308 SdpMasRecord masRecord = (SdpMasRecord) parcelable; in onReceive() local310 onSdpRecord(device, supportsReply(masRecord)); in onReceive()320 private boolean supportsReply(@NonNull SdpMasRecord masRecord) { in supportsReply() argument321 final int version = masRecord.getProfileVersion(); in supportsReply()322 final int features = masRecord.getSupportedFeatures(); in supportsReply()
660 SdpMasRecord masRecord = in onReceive() local663 Log.d(TAG, "SDP = " + masRecord); in onReceive()666 if (masRecord == null) { in onReceive()671 masRecord).sendToTarget(); in onReceive()