Home
last modified time | relevance | path

Searched refs:onServicesDiscovered (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleClient.java331 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
332 super.onServicesDiscovered(gatt, status);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in GattClientListener.GattCallback
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java253 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in BluetoothAccessoryFragment.GattBatteryCallbacks