Home
last modified time | relevance | path

Searched defs: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()
89 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative()
95 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative()
98 int l2capPsm, int version, byte[] formatsList); in sdpCreateOppOpsRecordNative()
244 int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpMasRecordFoundCallback()
269 void sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpMnsRecordFoundCallback()
295 void sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpPseRecordFoundCallback()
320 void sdpOppOpsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpOppOpsRecordFoundCallback()
543 public int createMapMasRecord(String serviceName, int masId, int rfcommChannel, int l2capPsm, in createMapMasRecord()
572 public int createMapMnsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, in createMapMnsRecord()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java66 void registerBipServer(int l2capPsm) { in registerBipServer()
258 private native void registerBipServerNative(int l2capPsm); in registerBipServerNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java113 int l2capPsm, boolean isSecure) { in create()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java323 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord()