Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java293 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
294 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/services/Car/service/src/com/android/car/trust/
DBleManager.java404 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java261 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in BluetoothAccessoryFragment.GattBatteryCallbacks