Searched refs:Is16Bit (Results 1 – 14 of 14) sorted by relevance
63 TEST(UuidTest, Is16Bit) { in TEST() argument64 EXPECT_FALSE(ONES.Is16Bit()); in TEST()65 EXPECT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()66 EXPECT_TRUE(kBase.Is16Bit()); in TEST()67 EXPECT_TRUE(Uuid::FromString("1ae8").Is16Bit()); in TEST()
68 TEST(UuidTest, Is16Bit) { in TEST() argument69 ASSERT_FALSE(ONES.Is16Bit()); in TEST()70 ASSERT_FALSE(SEQUENTIAL.Is16Bit()); in TEST()71 ASSERT_TRUE(kBase.Is16Bit()); in TEST()74 ASSERT_TRUE(uuid->Is16Bit()); in TEST()
72 bool Is16Bit() const;
51 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::hci::Uuid
124 if (read_long && attr.uuid.Is16Bit()) { in gatts_check_attr_readability()176 if (!attr16.uuid.Is16Bit()) { in read_attr_value()218 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()231 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()616 } else if (p_attr->uuid.Is16Bit()) { in gatts_write_attr_perm_check()644 if (p_attr->uuid.Is16Bit() && (p_attr->uuid.As16Bit() == GATT_UUID_CHAR_CLIENT_CONFIG || in gatts_write_attr_perm_check()
910 p_tcb->payload_size <= GATT_DEF_BLE_MTU_SIZE && p_clcb->uuid.Is16Bit() && in gatt_process_read_by_type_rsp()
129 if (!uuid.Is16Bit()) { in IsRangingServiceCharacteristic()
103 if (!remote_uuid.Is16Bit()) { in pan_conn_ind_cb()109 if (!local_uuid.Is16Bit()) { in pan_conn_ind_cb()
55 bool Is16Bit() const;
56 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::Uuid
171 } else if (!uuid.Is16Bit()) { in bta_hh_get_uuid16()
1453 if (!charac.uuid.Is16Bit()) { in bta_hh_le_parse_hogp_service()
178 if (attr.type.Is16Bit()) { in SerializeStoredAttribute()
1642 if (uuid.Is16Bit()) { in btif_hh_transport_select()