Searched defs:mL2capPsm (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java22 private final int mL2capPsm; field in class:SdpMnsRecord
33 this.mL2capPsm = l2cap_psm;
42 this.mL2capPsm = in.readInt();
55 return mL2capPsm;
77 dest.writeInt(mL2capPsm);
89 if(mL2capPsm != -1){
90 ret += "L2CAP PSM: " + mL2capPsm + "\n";
H A DSdpOppOpsRecord.java30 private final int mL2capPsm; field in class:SdpOppOpsRecord
39 this.mL2capPsm = l2capPsm;
53 return mL2capPsm;
72 this.mL2capPsm = in.readInt();
88 dest.writeInt(mL2capPsm);
102 sb.append("\n L2CAP PSM: ").append(mL2capPsm);
H A DSdpPseRecord.java23 private final int mL2capPsm; field in class:SdpPseRecord
36 this.mL2capPsm = l2cap_psm;
46 this.mL2capPsm = in.readInt();
59 return mL2capPsm;
84 dest.writeInt(mL2capPsm);
98 if(mL2capPsm != -1){
99 ret += "L2CAP PSM: " + mL2capPsm + "\n";
H A DSdpMasRecord.java23 private final int mL2capPsm; field in class:SdpMasRecord
44 this.mL2capPsm = l2cap_psm;
54 this.mL2capPsm = in.readInt();
72 return mL2capPsm;
103 dest.writeInt(this.mL2capPsm);
121 if(mL2capPsm != -1){
122 ret += "L2CAP PSM: " + mL2capPsm + "\n";

Completed in 360 milliseconds