Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java100 int rfcommChannel, int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() argument
103 int rfcommChannel, int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() argument
106 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() argument
109 int rfcommChannel, int l2capPsm, int version, byte[] formats_list); in sdpCreateOppOpsRecordNative() argument
251 int l2capPsm, in sdpMasRecordFoundCallback() argument
269 l2capPsm, in sdpMasRecordFoundCallback()
283 int l2capPsm, in sdpMnsRecordFoundCallback() argument
299 sdpRecord = new SdpMnsRecord(l2capPsm, in sdpMnsRecordFoundCallback()
312 int l2capPsm, in sdpPseRecordFoundCallback() argument
328 sdpRecord = new SdpPseRecord(l2capPsm, in sdpPseRecordFoundCallback()
[all …]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSdpManagerTestServer.java193 int l2capPsm = record.getL2capPsm(); in onReceive() local
195 Assert.assertEquals(mOperationIndex+rfcommChannel,l2capPsm); in onReceive()
215 int l2capPsm = record.getL2capPsm(); in onReceive() local
217 Assert.assertEquals(mOperationIndex+rfcommChannel,l2capPsm); in onReceive()
238 int l2capPsm = record.getL2capPsm(); in onReceive() local
240 Assert.assertEquals(mOperationIndex+rfcommChannel,l2capPsm); in onReceive()
260 int l2capPsm = record.getL2capPsm(); in onReceive() local
262 Assert.assertEquals(mOperationIndex+rfcommChannel,l2capPsm); in onReceive()
DObexTest.java433 int l2capPsm = -1; in createServerSocket() local
449 l2capPsm = serverSocket.getChannel(); in createServerSocket()
450 Log.d(TAG, "L2CAP createde, PSM: " + l2capPsm); in createServerSocket()
470 " and l2cap channel: " + l2capPsm); in createServerSocket()
472 SDP_MAS_ID, rfcommChannel, l2capPsm, in createServerSocket()
476 " and l2cap channel: " + l2capPsm); in createServerSocket()
549 int l2capPsm = L2CAP_PSM; in connectClientSocket() local
562 l2capPsm = record.getL2capPsm(); in connectClientSocket()
567 socket = serverDevice.createL2capSocket(l2capPsm); in connectClientSocket()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java102 int rfcommChannel, int l2capPsm) { in create() argument
103 if(D) Log.d(STAG,"create(rfcomm = " +rfcommChannel + ", l2capPsm = " + l2capPsm +")"); in create()
121 l2capSocket = bt.listenUsingL2capOn(l2capPsm); in create()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java299 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord() argument
330 l2capPsm, in createMasSdpRecord()