Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/gd/hci/
Duuid_unittest.cc79 TEST(UuidTest, Is16Bit) { in TEST() argument
80 ASSERT_FALSE(ONES.Is16Bit()); in TEST()
81 ASSERT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()
82 ASSERT_TRUE(kBase.Is16Bit()); in TEST()
85 ASSERT_TRUE(uuid->Is16Bit()); in TEST()
Duuid.h76 bool Is16Bit() const;
Duuid.cc50 bool Uuid::Is16Bit() const { in Is16Bit() function in bluetooth::hci::Uuid
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc131 if (read_long && attr.uuid.Is16Bit()) { in gatts_check_attr_readability()
183 if (!attr16.uuid.Is16Bit()) { in read_attr_value()
221 if (incl_handle.service_type.Is16Bit()) in read_attr_value()
231 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()
618 } else if (p_attr->uuid.Is16Bit()) { in gatts_write_attr_perm_check()
646 if (p_attr->uuid.Is16Bit() && in gatts_write_attr_perm_check()
/packages/modules/Bluetooth/system/bta/ras/
Dras_utils.cc137 if (!uuid.Is16Bit()) { in IsRangingServiceCharacteristic()
/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc104 if (!remote_uuid.Is16Bit()) { in pan_conn_ind_cb()
110 if (!local_uuid.Is16Bit()) { in pan_conn_ind_cb()
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.h55 bool Is16Bit() const;
Duuid.cc54 bool Uuid::Is16Bit() const { in Is16Bit() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_headtracker.cc191 } else if (!uuid.Is16Bit()) { in bta_hh_get_uuid16()
Dbta_hh_le.cc673 if (!characteristic->uuid.Is16Bit()) { in write_rpt_clt_cfg_cb()
1451 if (!charac.uuid.Is16Bit()) continue; in bta_hh_le_parse_hogp_service()
1655 if (!p_char->uuid.Is16Bit()) { in bta_hh_le_input_rpt_notify()
1845 if (!p_char->uuid.Is16Bit()) { in read_report_cb()
1935 if (!p_char->uuid.Is16Bit()) { in write_report_cb()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc181 if (attr.type.Is16Bit()) { in SerializeStoredAttribute()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1556 if (remote_uuids[i].Is16Bit()) { in btif_hh_transport_select()