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

  /external/chromium_org/device/bluetooth/
bluetooth_uuid_unittest.cc 21 BluetoothUUID uuid0(kValid128Bit0);
22 EXPECT_TRUE(uuid0.IsValid());
23 EXPECT_EQ(BluetoothUUID::kFormat128Bit, uuid0.format());
24 EXPECT_EQ(uuid0.value(), uuid0.canonical_value());
32 EXPECT_NE(uuid0, uuid1);
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 137 uint32_t uuid0, uuid4; local
141 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
143 uuid0 = htonl(uuid0);
150 memcpy(&(p_uuid->uu[0]), &uuid0, 4);
163 uint32_t uuid0, uuid4; local
166 memcpy(&uuid0, &(p_uuid->uu[0]), 4);
174 ntohl(uuid0), ntohs(uuid1),

Completed in 58 milliseconds