Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java86 int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() argument
89 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() argument
95 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() argument
98 int l2capPsm, int version, byte[] formatsList); in sdpCreateOppOpsRecordNative() argument
244 int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpMasRecordFoundCallback() argument
256 sdpRecord = new SdpMasRecord(masInstanceId, l2capPsm, rfcommCannelNumber, in sdpMasRecordFoundCallback()
269 void sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpMnsRecordFoundCallback() argument
282 sdpRecord = new SdpMnsRecord(l2capPsm, rfcommCannelNumber, profileVersion, in sdpMnsRecordFoundCallback()
295 void sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpPseRecordFoundCallback() argument
307 sdpRecord = new SdpPseRecord(l2capPsm, rfcommCannelNumber, profileVersion, in sdpPseRecordFoundCallback()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java113 int l2capPsm, boolean isSecure) { in create() argument
115 Log.d(STAG, "create(rfcomm = " + rfcommChannel + ", l2capPsm = " + l2capPsm + ")"); in create()
138 l2capSocket = bt.listenUsingL2capOn(l2capPsm); in create()
140 l2capSocket = bt.listenUsingInsecureL2capOn(l2capPsm); in create()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java66 void registerBipServer(int l2capPsm) { in registerBipServer() argument
67 d("Register our BIP server at psm=" + l2capPsm); in registerBipServer()
68 registerBipServerNative(l2capPsm); in registerBipServer()
258 private native void registerBipServerNative(int l2capPsm); in registerBipServerNative() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java323 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord() argument
372 .createMapMasRecord(masName, mMasInstanceId, rfcommChannel, l2capPsm, in createMasSdpRecord()