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

/system/bt/btcore/include/
H A Duuid.h75 bool uuid_128_to_32(const bt_uuid_t *uuid, uint32_t *uuid32);
/system/bt/btcore/src/
H A Duuid.c117 bool uuid_128_to_32(const bt_uuid_t *uuid, uint32_t *uuid32) { function
/system/bt/btcore/test/
H A Duuid_test.cpp125 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));

Completed in 4 milliseconds