Home
last modified time | relevance | path

Searched defs:onConfigureMTU (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattClient.java69 void onConfigureMTU(String address, int mtu, int status); in onConfigureMTU() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl39 void onConfigureMTU(in String address, in int mtu, in int status); in onConfigureMTU() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java105 void onConfigureMTU(String address, int mtu, int status); in onConfigureMTU() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java229 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattNativeInterface
DGattService.java3033 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattService