Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl72 int getLeIoCapability(in AttributionSource attributionSource); in getLeIoCapability() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java364 int getLeIoCapability() { in getLeIoCapability() method in AdapterProperties
H A DAdapterService.java1405 public int getLeIoCapability(AttributionSource attributionSource) { in getLeIoCapability() method in AdapterService.AdapterServiceBinder
1413 return service.mAdapterProperties.getLeIoCapability(); in getLeIoCapability()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1538 public int getLeIoCapability() { in getLeIoCapability() method in BluetoothAdapter
1542 if (mService != null) return mService.getLeIoCapability(mAttributionSource); in getLeIoCapability()