HomeSort by relevance Sort by last modified time
    Searched full:srvcuuid (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 31 in ParcelUuid srvcUuid);
33 in ParcelUuid srvcUuid, in int inclSrvcType,
36 in int srvcInstId, in ParcelUuid srvcUuid,
40 in int srvcInstId, in ParcelUuid srvcUuid,
45 in int srvcInstId, in ParcelUuid srvcUuid,
49 in int srvcInstId, in ParcelUuid srvcUuid,
53 in int srvcInstId, in ParcelUuid srvcUuid,
58 in int srvcInstId, in ParcelUuid srvcUuid,
62 in int srvcInstId, in ParcelUuid srvcUuid,
BluetoothGatt.java 197 int srvcInstId, ParcelUuid srvcUuid) {
198 if (DBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid);
202 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
212 int srvcInstId, ParcelUuid srvcUuid,
216 + " UUID=" + srvcUuid + " Included=" + inclSrvcUuid);
222 srvcUuid.getUuid(), srvcInstId, srvcType);
238 int srvcInstId, ParcelUuid srvcUuid,
247 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
262 int srvcInstId, ParcelUuid srvcUuid,
270 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid()
    [all...]
BluetoothGattServer.java 121 UUID srvcUuid = srvcId.getUuid();
122 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid
125 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
142 UUID srvcUuid = srvcId.getUuid();
145 + "service=" + srvcUuid + ", characteristic=" + charUuid);
148 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
169 UUID srvcUuid = srvcId.getUuid();
173 + "service=" + srvcUuid + ", characteristic=" + charUuid
177 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
201 UUID srvcUuid = srvcId.getUuid()
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 606 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
621 srvcInstId, new ParcelUuid(srvcUuid),
642 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
654 srvcInstId, new ParcelUuid(srvcUuid),
674 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
679 + ", status=" + status + ", uuid=" + srvcUuid
686 srvcType, srvcInstId, new ParcelUuid(srvcUuid),
703 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
716 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
725 srvcInstId, new ParcelUuid(srvcUuid),
    [all...]

Completed in 2620 milliseconds