Searched defs:l2capPsm (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
D | SdpManager.java | 83 int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() 86 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() 92 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() 95 int l2capPsm, int version, byte[] formatsList); in sdpCreateOppOpsRecordNative() 241 int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpMasRecordFoundCallback() 266 void sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpMnsRecordFoundCallback() 292 void sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpPseRecordFoundCallback() 317 void sdpOppOpsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, in sdpOppOpsRecordFoundCallback() 506 public int createMapMasRecord(String serviceName, int masId, int rfcommChannel, int l2capPsm, in createMapMasRecord() 535 public int createMapMnsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, in createMapMnsRecord() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 113 int l2capPsm, boolean isSecure) { in create()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 315 private int createMasSdpRecord(int rfcommChannel, int l2capPsm) { in createMasSdpRecord()
|