Searched refs:configureMTU (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 417 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()
|
D | GattServiceTest.java | 496 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/ |
D | IBluetoothGatt.aidl | 143 …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/ |
D | GattService.java | 766 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/ |
D | BluetoothGatt.java | 1987 mService.configureMTU(mClientIf, mDevice.getAddress(), mtu, mAttributionSource); in requestMtu()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1425 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->configureMTU(ILjava/lang/String;I)V 1540 Landroid/bluetooth/IBluetoothGatt;->configureMTU(ILjava/lang/String;I)V
|