Home
last modified time | relevance | path

Searched refs:mL2capPsm (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpMnsRecord.java22 private final int mL2capPsm; field in SdpMnsRecord
34 mL2capPsm = l2capPsm; in SdpMnsRecord()
43 mL2capPsm = in.readInt(); in SdpMnsRecord()
56 return mL2capPsm; in getL2capPsm()
78 dest.writeInt(mL2capPsm); in writeToParcel()
91 if (mL2capPsm != -1) { in toString()
92 ret = ret + "L2CAP PSM: " + mL2capPsm + "\n"; in toString()
DSdpPseRecord.java23 private final int mL2capPsm; field in SdpPseRecord
37 mL2capPsm = l2capPsm; in SdpPseRecord()
47 mL2capPsm = in.readInt(); in SdpPseRecord()
61 return mL2capPsm; in getL2capPsm()
87 dest.writeInt(mL2capPsm); in writeToParcel()
101 if (mL2capPsm != -1) { in toString()
102 ret = ret + "L2CAP PSM: " + mL2capPsm + "\n"; in toString()
DSdpMasRecord.java23 private final int mL2capPsm; field in SdpMasRecord
47 mL2capPsm = l2capPsm; in SdpMasRecord()
57 mL2capPsm = in.readInt(); in SdpMasRecord()
76 return mL2capPsm; in getL2capPsm()
107 dest.writeInt(mL2capPsm); in writeToParcel()
125 if (mL2capPsm != -1) { in toString()
126 ret = ret + "L2CAP PSM: " + mL2capPsm + "\n"; in toString()
DSdpOppOpsRecord.java29 private final int mL2capPsm; field in SdpOppOpsRecord
38 mL2capPsm = l2capPsm; in SdpOppOpsRecord()
52 return mL2capPsm; in getL2capPsm()
71 mL2capPsm = in.readInt(); in SdpOppOpsRecord()
87 dest.writeInt(mL2capPsm); in writeToParcel()
102 sb.append("\n L2CAP PSM: ").append(mL2capPsm); in toString()
DBluetoothSocketSettings.java120 private final int mL2capPsm; field in BluetoothSocketSettings
186 return mL2capPsm; in getL2capPsm()
347 builder.append(", mL2capPsm=").append(mL2capPsm); in toString()
378 mL2capPsm = l2capPsm; in BluetoothSocketSettings()
394 private int mL2capPsm = L2CAP_PSM_UNSPECIFIED; field in BluetoothSocketSettings.Builder
455 mL2capPsm = l2capPsm; in setL2capPsm()
664 if (mL2capPsm != L2CAP_PSM_UNSPECIFIED) { in build()
670 + mL2capPsm); in build()
701 mL2capPsm, in build()