(boolean on)
| 236 | } |
| 237 | |
| 238 | @Override |
| 239 | public void setOOBInline(boolean on) { |
| 240 | throw new UnsupportedOperationException("Unsupported operation setOOBInline()"); |
| 241 | } |
| 242 | |
| 243 | @Override |
| 244 | public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { |
no outgoing calls