/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 86 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 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() 334 sdpRecord = new SdpOppOpsRecord(serviceName, rfcommCannelNumber, l2capPsm, in sdpOppOpsRecordFoundCallback() [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | ObexServerSockets.java | 113 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()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpNativeInterface.java | 66 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
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | SdpMnsRecord.java | 28 public SdpMnsRecord(int l2capPsm, in SdpMnsRecord() argument 33 mL2capPsm = l2capPsm; in SdpMnsRecord()
|
H A D | SdpPseRecord.java | 30 public SdpPseRecord(int l2capPsm, in SdpPseRecord() argument 36 mL2capPsm = l2capPsm; in SdpPseRecord()
|
H A D | SdpMasRecord.java | 39 int l2capPsm, in SdpMasRecord() argument 46 mL2capPsm = l2capPsm; in SdpMasRecord()
|
H A D | SdpOppOpsRecord.java | 36 int l2capPsm, int version, byte[] formatsList) { in SdpOppOpsRecord() argument 40 mL2capPsm = l2capPsm; in SdpOppOpsRecord()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMasInstance.java | 323 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord() argument 372 .createMapMasRecord(masName, mMasInstanceId, rfcommChannel, l2capPsm, in createMasSdpRecord()
|