Searched refs:onConfigureMTU (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 39 void onConfigureMTU(in String address, in int mtu, in int status); in onConfigureMTU() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 176 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattNativeInterface 177 getGattService().onConfigureMTU(connId, status, mtu); in onConfigureMTU()
|
D | GattService.java | 1810 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattService 1817 app.callback.onConfigureMTU(address, mtu, status); in onConfigureMTU()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 819 public void onConfigureMTU(String address, int mtu, int status) {
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1593 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConfigureMTU(Ljava/lang/String;II)V 1622 Landroid/bluetooth/IBluetoothGattCallback;->onConfigureMTU(Ljava/lang/String;II)V
|