Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java199 public void setLeIoCapability() { in setLeIoCapability() method in AdapterServiceBinderTest
201 mBinder.setLeIoCapability(capability, mAttributionSource, SynchronousResultReceiver.get()); in setLeIoCapability()
202 verify(mService.mAdapterProperties).setLeIoCapability(capability); in setLeIoCapability()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl82 …oneway void setLeIoCapability(int capability, in AttributionSource attributionSource, in Synchrono… in setLeIoCapability() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java369 boolean setLeIoCapability(int capability) { in setLeIoCapability() method in AdapterProperties
DAdapterService.java1937 public void setLeIoCapability(int capability, AttributionSource source, in setLeIoCapability() method in AdapterService.AdapterServiceBinder
1940 receiver.send(setLeIoCapability(capability, source)); in setLeIoCapability()
1945 private boolean setLeIoCapability(int capability, AttributionSource source) { in setLeIoCapability() method in AdapterService.AdapterServiceBinder
1959 return service.mAdapterProperties.setLeIoCapability(capability); in setLeIoCapability()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1883 public boolean setLeIoCapability(@IoCapability int capability) { in setLeIoCapability() method in BluetoothAdapter
1889 mService.setLeIoCapability(capability, mAttributionSource, recv); in setLeIoCapability()