Home
last modified time | relevance | path

Searched refs:onServiceChanged (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java254 public void onServiceChanged(@NonNull BluetoothGatt gatt) {} in onServiceChanged() method in BluetoothGattCallback
DBluetoothGatt.java889 public void onServiceChanged(String address) {
904 callback.onServiceChanged(BluetoothGatt.this);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl42 void onServiceChanged(in String address); in onServiceChanged() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java96 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattNativeInterface
97 getGattService().onServiceChanged(connId); in onServiceChanged()
DGattService.java1434 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService
1447 app.callback.onServiceChanged(address); in onServiceChanged()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportClientProvider.java118 public void onServiceChanged(BluetoothGatt gatt) {
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java429 mBluetoothGattCallback.onServiceChanged(mMockBluetoothGatt); in testServiceChanged()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt659 method public void onServiceChanged(@NonNull android.bluetooth.BluetoothGatt);