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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanFilterQueue.java 56 public UUID uuid_mask; field in class:ScanFilterQueue.Entry
65 return Objects.hash(address, addr_type, type, uuid, uuid_mask, name, company,
81 Objects.equals(uuid_mask, other.uuid_mask) &&
109 entry.uuid_mask = new UUID(0, 0);
113 void addUuid(UUID uuid, UUID uuid_mask) {
117 entry.uuid_mask = uuid_mask;
ScanManager.java 776 entry.uuid_mask.getLeastSignificantBits(),
777 entry.uuid_mask.getMostSignificantBits(),
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 169 bt_uuid_t uuid_mask; member in struct:__anon5687
190 bt_uuid_t uuid_mask; member in struct:__anon5688
1405 tBTA_DM_BLE_PF_COND_MASK uuid_mask; local
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 1342 bt_uuid_t uuid, uuid_mask; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 302 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */ member in struct:__anon5299
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 249 milliseconds