Home
last modified time | relevance | path

Searched defs:onServiceChanged (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl42 void onServiceChanged(in String address); in onServiceChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java254 public void onServiceChanged(@NonNull BluetoothGatt gatt) {} in onServiceChanged() method in BluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java96 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattNativeInterface
DGattService.java1434 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService