Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java88 private volatile int mLocalIOCapability = BluetoothAdapter.IO_CAPABILITY_UNKNOWN;
89 private volatile int mLocalIOCapabilityBLE = BluetoothAdapter.IO_CAPABILITY_UNKNOWN;
H A DAdapterService.java1380 return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getIoCapability()
1410 return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getLeIoCapability()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java475 public static final int IO_CAPABILITY_UNKNOWN = 255; field in BluetoothAdapter
1482 if (getState() != STATE_ON) return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getIoCapability()
1491 return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getIoCapability()
1539 if (getState() != STATE_ON) return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getLeIoCapability()
1548 return BluetoothAdapter.IO_CAPABILITY_UNKNOWN; in getLeIoCapability()