Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java244 int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpMasRecordFoundCallback() argument
256 sdpRecord = new SdpMasRecord(masInstanceId, l2capPsm, rfcommCannelNumber, in sdpMasRecordFoundCallback()
270 int rfcommCannelNumber, int profileVersion, int supportedFeatures, String serviceName, in sdpMnsRecordFoundCallback() argument
282 sdpRecord = new SdpMnsRecord(l2capPsm, rfcommCannelNumber, profileVersion, in sdpMnsRecordFoundCallback()
296 int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpPseRecordFoundCallback() argument
307 sdpRecord = new SdpPseRecord(l2capPsm, rfcommCannelNumber, profileVersion, in sdpPseRecordFoundCallback()
321 int rfcommCannelNumber, int profileVersion, String serviceName, byte[] formatsList, in sdpOppOpsRecordFoundCallback() argument
334 sdpRecord = new SdpOppOpsRecord(serviceName, rfcommCannelNumber, l2capPsm, in sdpOppOpsRecordFoundCallback()
347 void sdpSapsRecordFoundCallback(int status, byte[] address, byte[] uuid, int rfcommCannelNumber, in sdpSapsRecordFoundCallback() argument
359 sdpRecord = new SdpSapsRecord(rfcommCannelNumber, profileVersion, serviceName); in sdpSapsRecordFoundCallback()