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

  /system/bt/btcore/include/
uuid.h 74 bool uuid_128_to_16(const bt_uuid_t *uuid, uint16_t *uuid16);
  /system/bt/btcore/test/
uuid_test.cpp 109 TEST_F(UuidTest, uuid_128_to_16) {
114 EXPECT_FALSE(uuid_128_to_16(uuid, &uuid16));
119 EXPECT_TRUE(uuid_128_to_16(uuid, &uuid16));
  /system/bt/btcore/src/
uuid.c 106 bool uuid_128_to_16(const bt_uuid_t *uuid, uint16_t *uuid16) { function

Completed in 141 milliseconds