Home
last modified time | relevance | path

Searched refs:onConnectionStateChange (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
DCarBleTrustAgent.java211 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in maybeStartBleUnlockService()
212 super.onConnectionStateChange(device, status, newState); in maybeStartBleUnlockService()
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleClient.java307 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
308 super.onConnectionStateChange(gatt, status, newState);
DSimpleBleServer.java203 public void onConnectionStateChange(BluetoothDevice device,
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java177 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServer.MyGattServerCallback
DGattClientListener.java184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() method in GattClientListener.GattCallback
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java243 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BluetoothAccessoryFragment.GattBatteryCallbacks