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

  /system/bt/btcore/include/
uuid.h 75 bool uuid_128_to_32(const bt_uuid_t *uuid, uint32_t *uuid32);
  /system/bt/btcore/test/
uuid_test.cpp 125 TEST_F(UuidTest, uuid_128_to_32) {
130 EXPECT_FALSE(uuid_128_to_32(uuid, &uuid32));
135 EXPECT_TRUE(uuid_128_to_32(uuid, &uuid32));
  /system/bt/btcore/src/
uuid.c 117 bool uuid_128_to_32(const bt_uuid_t *uuid, uint32_t *uuid32) { function

Completed in 76 milliseconds