Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java90 public static final int MAX_RFCOMM_CHANNEL = 30; field in BluetoothSocket
199 if (port < 1 || port > MAX_RFCOMM_CHANNEL) { in BluetoothSocket()