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/ |
| D | BluetoothGattClient.java | 69 void onConfigureMTU(String address, int mtu, int status); in onConfigureMTU() method
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 39 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/ |
| D | IBluetoothGattCallback.java | 105 void onConfigureMTU(String address, int mtu, int status); in onConfigureMTU() method
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 229 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattNativeInterface
|
| D | GattService.java | 3033 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattService
|