HomeSort by relevance Sort by last modified time
    Searched defs:mGattService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattServer.java 51 private BluetoothGattService mGattService;
100 mGattService = new BluetoothGattService(UUID.fromString(TEST_SERVICE_UUID),
102 mGattService.addCharacteristic(characteristic);
116 mGattServer.addService(mGattService);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 50 mGattService;
112 mGattService = service;
170 mGattService.addScanEvent(scanEvent);
214 mGattService.addScanEvent(scanEvent);

Completed in 234 milliseconds