Home
last modified time | relevance | path

Searched defs:onClientConnectionState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl27 void onClientConnectionState(in int status, in int clientIf, in onClientConnectionState() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java33 void onClientConnectionState(int status, int clientIf, boolean connected, String address); in onClientConnectionState() method