/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/ |
D | SdpManagerNativeInterface.java | 93 int l2capPsm, in createMapMasRecord() 121 String serviceName, int rfcommChannel, int l2capPsm, int version, int features) { in createMapMnsRecord() 167 int l2capPsm, in createPbapPseRecord() 196 String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) { in createOppOpsRecord() 253 int l2capPsm, in sdpMasRecordFoundCallback() 278 int l2capPsm, in sdpMnsRecordFoundCallback() 300 int l2capPsm, in sdpPseRecordFoundCallback() 324 int l2capPsm, in sdpOppOpsRecordFoundCallback() 398 int l2capPsm, in sdpCreateMapMasRecordNative() 404 String serviceName, int rfcommChannel, int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() [all …]
|
D | SdpManager.java | 225 int l2capPsm, in sdpMasRecordFoundCallback() 262 int l2capPsm, in sdpMnsRecordFoundCallback() 295 int l2capPsm, in sdpPseRecordFoundCallback() 330 int l2capPsm, in sdpOppOpsRecordFoundCallback()
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | SdpOppOpsRecordTest.java | 40 int l2capPsm = 1; in createSdpOppOpsRecord() local 58 int l2capPsm = 1; in writeToParcel() local 85 int l2capPsm = 1; in sdpOppOpsRecordToString() local
|
D | SdpMnsRecordTest.java | 36 int l2capPsm = 1; in createSdpMnsRecord() local 59 int l2capPsm = 1; in writeToParcel() local 91 int l2capPsm = 1; in sdpMnsRecordToString() local
|
D | SdpPseRecordTest.java | 36 int l2capPsm = 1; in createSdpPseRecord() local 62 int l2capPsm = 1; in writeToParcel() local 98 int l2capPsm = 1; in sdpPseRecordToString() local
|
D | SdpMasRecordTest.java | 37 int l2capPsm = 1; in createSdpMasRecord() local 66 int l2capPsm = 1; in writeToParcel() local 105 int l2capPsm = 1; in sdpMasRecordToString() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | SdpMnsRecord.java | 29 int l2capPsm, in SdpMnsRecord()
|
D | SdpOppOpsRecord.java | 34 String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) { in SdpOppOpsRecord()
|
D | SdpPseRecord.java | 31 int l2capPsm, in SdpPseRecord()
|
D | SdpMasRecord.java | 40 int l2capPsm, in SdpMasRecord()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 118 IObexConnectionHandler validator, int rfcommChannel, int l2capPsm, boolean isSecure) { in create()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 87 void registerBipServer(int l2capPsm) { in registerBipServer() 380 private native void registerBipServerNative(int l2capPsm); in registerBipServerNative()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 322 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord()
|