Searched refs:specificationId (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/ |
H A D | DipTest.java | 94 byte[] uuid, int specificationId, in verifyDipSdpRecordIntent() argument 108 assertThat(specificationId).isEqualTo(record.getSpecificationId()); in verifyDipSdpRecordIntent() 124 int specificationId = 0x0103; in testDipCallbackSuccess() local 134 Utils.getByteAddress(mTestDevice), uuid, specificationId, in testDipCallbackSuccess() 139 uuid, specificationId, vendorId, vendorIdSource, productId, version, primaryRecord); in testDipCallbackSuccess()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | SdpDipRecord.java | 34 public SdpDipRecord(int specificationId, in SdpDipRecord() argument 39 this.mSpecificationId = specificationId; in SdpDipRecord()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 372 byte[] uuid, int specificationId, in sdpDipRecordFoundCallback() argument 389 sdpRecord = new SdpDipRecord(specificationId, in sdpDipRecordFoundCallback()
|