Searched refs:masRecord (Results 1 – 2 of 2) sorted by relevance
306 SdpMasRecord masRecord = (SdpMasRecord) parcelable; in onReceive() local308 onSdpRecord(device, supportsReply(masRecord)); in onReceive()318 private boolean supportsReply(@NonNull SdpMasRecord masRecord) { in supportsReply() argument319 final int version = masRecord.getProfileVersion(); in supportsReply()320 final int features = masRecord.getSupportedFeatures(); in supportsReply()
586 SdpMasRecord masRecord = in onReceive() local589 Log.d(TAG, "SDP = " + masRecord); in onReceive()592 if (masRecord == null) { in onReceive()597 masRecord).sendToTarget(); in onReceive()