Searched refs:onServiceChanged (Results 1 – 8 of 8) sorted by relevance
254 public void onServiceChanged(@NonNull BluetoothGatt gatt) {} in onServiceChanged() method in BluetoothGattCallback
889 public void onServiceChanged(String address) {904 callback.onServiceChanged(BluetoothGatt.this);
42 void onServiceChanged(in String address); in onServiceChanged() method
96 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattNativeInterface97 getGattService().onServiceChanged(connId); in onServiceChanged()
1434 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() method in GattService1447 app.callback.onServiceChanged(address); in onServiceChanged()
118 public void onServiceChanged(BluetoothGatt gatt) {
429 mBluetoothGattCallback.onServiceChanged(mMockBluetoothGatt); in testServiceChanged()
659 method public void onServiceChanged(@NonNull android.bluetooth.BluetoothGatt);