Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java417 public void configureMTU() throws Exception { in configureMTU() method in GattServiceBinderTest
422 mBinder.configureMTU(clientIf, address, mtu, mAttributionSource); in configureMTU()
424 verify(mService).configureMTU(clientIf, address, mtu, mAttributionSource); in configureMTU()
DGattServiceTest.java496 public void configureMTU() { in configureMTU() method in GattServiceTest
504 mService.configureMTU(clientIf, address, mtu, mAttributionSource); in configureMTU()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl143 …void configureMTU(in int clientIf, in String address, in int mtu, in AttributionSource attribution… in configureMTU() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java766 public void configureMTU( in configureMTU() method in GattService.BluetoothGattBinder
772 service.configureMTU(clientIf, address, mtu, attributionSource); in configureMTU()
2542 void configureMTU(int clientIf, String address, int mtu, AttributionSource attributionSource) { in configureMTU() method in GattService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1987 mService.configureMTU(mClientIf, mDevice.getAddress(), mtu, mAttributionSource); in requestMtu()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1425 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->configureMTU(ILjava/lang/String;I)V
1540 Landroid/bluetooth/IBluetoothGatt;->configureMTU(ILjava/lang/String;I)V