Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanFilterQueue.java55 public UUID uuid_mask; field in ScanFilterQueue.Entry
64 return Objects.hash(address, addr_type, type, uuid, uuid_mask, in hashCode()
82 Objects.equals(uuid_mask, other.uuid_mask) && in equals()
110 entry.uuid_mask = new UUID(0, 0); in addUuid()
114 void addUuid(UUID uuid, UUID uuid_mask) { in addUuid() argument
118 entry.uuid_mask = uuid_mask; in addUuid()
DScanManager.java920 entry.uuid_mask.getLeastSignificantBits(), in addFilterToController()
921 entry.uuid_mask.getMostSignificantBits(), in addFilterToController()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1293 bt_uuid_t uuid, uuid_mask; in gattClientScanFilterAddRemoveNative() local
1295 set_uuid(uuid_mask.uu, uuid_mask_msb, uuid_mask_lsb); in gattClientScanFilterAddRemoveNative()
1298 0, 0, &uuid, &uuid_mask, NULL,0,0, NULL,0, NULL); in gattClientScanFilterAddRemoveNative()