Home
last modified time | relevance | path

Searched refs:gattClientConfigureMTU (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java539 public void gattClientConfigureMTU(int connId, int mtu) { in gattClientConfigureMTU() method in GattNativeInterface
DGattService.java2551 mNativeInterface.gattClientConfigureMTU(connId, mtu); in configureMTU()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java505 verify(mNativeInterface).gattClientConfigureMTU(connId, mtu); in configureMTU()