Searched defs:As16Bit (Results 1 – 6 of 6) sorted by relevance
52 uint16_t Uuid::As16Bit() const { in As16Bit() function in bluetooth::Uuid
55 uint16_t Uuid::As16Bit() const { return (((uint16_t)uu[2]) << 8) + uu[3]; } in As16Bit() function in bluetooth::Uuid
46 TEST(UuidTest, As16Bit) { in TEST() argument
54 uint16_t Uuid::As16Bit() const { in As16Bit() function in bluetooth::hci::Uuid
49 TEST(UuidTest, As16Bit) { in TEST() argument
44 TEST(UuidTest, As16Bit) { in TEST() argument