Home
last modified time | relevance | path

Searched refs:Is16Bit (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/hci/
Duuid_unittest.cc61 TEST(UuidTest, Is16Bit) { in TEST() argument
62 ASSERT_FALSE(ONES.Is16Bit()); in TEST()
63 ASSERT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()
64 ASSERT_TRUE(kBase.Is16Bit()); in TEST()
67 ASSERT_TRUE(uuid->Is16Bit()); in TEST()
Duuid.h79 bool Is16Bit() const;
Duuid.cc50 bool Uuid::Is16Bit() const { in Is16Bit() function in bluetooth::hci::Uuid
/system/bt/types/test/bluetooth/
Duuid_unittest.cc64 TEST(UuidTest, Is16Bit) { in TEST() argument
65 EXPECT_FALSE(ONES.Is16Bit()); in TEST()
66 EXPECT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()
67 EXPECT_TRUE(kBase.Is16Bit()); in TEST()
68 EXPECT_TRUE(Uuid::FromString("1ae8").Is16Bit()); in TEST()
/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
Duuid_unittest.cc59 TEST(UuidTest, Is16Bit) { in TEST() argument
60 EXPECT_FALSE(ONES.Is16Bit()); in TEST()
61 EXPECT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()
62 EXPECT_TRUE(kBase.Is16Bit()); in TEST()
63 EXPECT_TRUE(Uuid::FromString("1ae8").Is16Bit()); in TEST()
/system/bt/stack/gatt/
Dgatt_db.cc126 if (read_long && attr.uuid.Is16Bit()) { in gatts_check_attr_readability()
179 if (!attr16.uuid.Is16Bit()) { in read_attr_value()
217 if (incl_handle.service_type.Is16Bit()) in read_attr_value()
227 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()
622 } else if (p_attr->uuid.Is16Bit()) { in gatts_write_attr_perm_check()
650 if (p_attr->uuid.Is16Bit() && in gatts_write_attr_perm_check()
/system/bt/types/bluetooth/
Duuid.h57 bool Is16Bit() const;
Duuid.cc51 bool Uuid::Is16Bit() const { in Is16Bit() function in bluetooth::Uuid
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.h57 bool Is16Bit() const;
Duuid.cc48 bool Uuid::Is16Bit() const { in Is16Bit() function in bluetooth::Uuid
/system/bt/stack/pan/
Dpan_main.cc99 if (!remote_uuid.Is16Bit()) { in pan_conn_ind_cb()
105 if (!local_uuid.Is16Bit()) { in pan_conn_ind_cb()
/system/bt/bta/hh/
Dbta_hh_le.cc1363 if (!charac.uuid.Is16Bit()) continue; in bta_hh_le_search_hid_chars()