Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java116 public void getLeIoCapability() { in getLeIoCapability() method in AdapterServiceBinderTest
117 mBinder.getLeIoCapability(mAttributionSource, SynchronousResultReceiver.get()); in getLeIoCapability()
118 verify(mService.mAdapterProperties).getLeIoCapability(); in getLeIoCapability()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl80 …oneway void getLeIoCapability(in AttributionSource attributionSource, in SynchronousResultReceiver… in getLeIoCapability() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java383 int getLeIoCapability() { in getLeIoCapability() method in AdapterProperties
DAdapterService.java1916 public void getLeIoCapability(AttributionSource source, in getLeIoCapability() method in AdapterService.AdapterServiceBinder
1919 receiver.send(getLeIoCapability(source)); in getLeIoCapability()
1924 private int getLeIoCapability(AttributionSource attributionSource) { in getLeIoCapability() method in AdapterService.AdapterServiceBinder
1933 return service.mAdapterProperties.getLeIoCapability(); in getLeIoCapability()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1847 public int getLeIoCapability() { in getLeIoCapability() method in BluetoothAdapter
1853 mService.getLeIoCapability(mAttributionSource, recv); in getLeIoCapability()