Home
last modified time | relevance | path

Searched defs:l2capPsm (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManagerNativeInterface.java93 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 …]
DSdpManager.java225 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/
DSdpOppOpsRecordTest.java40 int l2capPsm = 1; in createSdpOppOpsRecord() local
58 int l2capPsm = 1; in writeToParcel() local
85 int l2capPsm = 1; in sdpOppOpsRecordToString() local
DSdpMnsRecordTest.java36 int l2capPsm = 1; in createSdpMnsRecord() local
59 int l2capPsm = 1; in writeToParcel() local
91 int l2capPsm = 1; in sdpMnsRecordToString() local
DSdpPseRecordTest.java36 int l2capPsm = 1; in createSdpPseRecord() local
62 int l2capPsm = 1; in writeToParcel() local
98 int l2capPsm = 1; in sdpPseRecordToString() local
DSdpMasRecordTest.java37 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/
DSdpMnsRecord.java29 int l2capPsm, in SdpMnsRecord()
DSdpOppOpsRecord.java34 String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) { in SdpOppOpsRecord()
DSdpPseRecord.java31 int l2capPsm, in SdpPseRecord()
DSdpMasRecord.java40 int l2capPsm, in SdpMasRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DObexServerSockets.java118 IObexConnectionHandler validator, int rfcommChannel, int l2capPsm, boolean isSecure) { in create()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java87 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/
DBluetoothMapMasInstance.java322 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord()