Home
last modified time | relevance | path

Searched refs:specificationId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java94 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java372 byte[] uuid, int specificationId, in sdpDipRecordFoundCallback() argument
389 sdpRecord = new SdpDipRecord(specificationId, in sdpDipRecordFoundCallback()