HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_UUID (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 93 private static final UUID SERVICE_UUID =
283 service = mBluetoothGatt.getService(SERVICE_UUID);
375 if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
BleEncryptedClientService.java 96 private static final UUID SERVICE_UUID =
219 service = mBluetoothGatt.getService(SERVICE_UUID);
371 if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
BleConnectionPriorityServerService.java 75 private static final UUID SERVICE_UUID =
234 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY);
BleEncryptedServerService.java 66 private static final UUID SERVICE_UUID =
271 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY);
BleClientService.java 206 private static final UUID SERVICE_UUID =
    [all...]
BleServerService.java 123 private static final UUID SERVICE_UUID =
703 new BluetoothGattService(SERVICE_UUID, BluetoothGattService.SERVICE_TYPE_PRIMARY);
    [all...]
  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 31 static final UUID SERVICE_UUID = UUID.fromString("5e8945b0-1234-5432-a5e2-0800200c9a67");
185 SERVICE_NAME, SERVICE_UUID);
283 socket = device.createInsecureRfcommSocketToServiceRecord(SERVICE_UUID);
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattToolTest.py 22 "service_uuid"
57 self.SERVICE_UUID = self.user_params['service_uuid']
353 notification to true on the config file's SERVICE_UUID,
411 if disc_service_uuid == self.SERVICE_UUID:

Completed in 266 milliseconds