Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c70 uint32_t handle, uint16_t attributeId, uint8_t attributeType, uint32_t attributeLength, const uint8_t *value);
298 uint8_t attributeType; in SdpAddProtocolDescriptorList() local
307 attributeType = (DE_TYPE_DES << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_VAR_8; in SdpAddProtocolDescriptorList()
333 ret = SdpAddAttributeToServiceRecord(handle, SDP_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST, attributeType, offset, buffer); in SdpAddProtocolDescriptorList()
347 uint8_t attributeType; in SdpAddAdditionalProtocolDescriptorList() local
355 attributeType = (DE_TYPE_DES << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_VAR_8; in SdpAddAdditionalProtocolDescriptorList()
390 handle, SDP_ATTRIBUTE_ADDITIONAL_PROTOCOL_DESCRIPTOR_LIST, attributeType, offset, buffer); in SdpAddAdditionalProtocolDescriptorList()
399 uint8_t attributeType; in SdpAddBrowseGroupList() local
407 attributeType = (DE_TYPE_DES << SDP_DESCRIPTOR_SIZE_BIT) | DE_SIZE_VAR_8; in SdpAddBrowseGroupList()
432 ret = SdpAddAttributeToServiceRecord(handle, SDP_ATTRIBUTE_BROWSE_GROUP_LIST, attributeType, offse in SdpAddBrowseGroupList()
447 uint8_t attributeType; SdpAddLanguageBaseAttributeIdList() local
982 SdpAddAttributeToServiceRecord( uint32_t handle, uint16_t attributeId, uint8_t attributeType, uint32_t attributeLength, const uint8_t *value) SdpAddAttributeToServiceRecord() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp65 static const char *GetAttributeTypeString(int attributeType);
93 static const char *GetAttributeTypeString(int attributeType) in GetAttributeTypeString() argument
95 switch (attributeType) { in GetAttributeTypeString()
189 static std::shared_ptr<GattAttribute> GetAttributeWithUuid(int serverId, int serviceIndex, int attributeType, UUID uuid) in GetAttributeWithUuid() argument
191 auto attribute = GetAttribute(serverId, serviceIndex, [attributeType, uuid](GattAttribute &attr) { in GetAttributeWithUuid()
192 return attr.attrType == attributeType && attr.uuid.Equals(uuid); in GetAttributeWithUuid()
195 HILOGE("Not found attribute(attributeType: %{public}s, uuid: %{public}s)" in GetAttributeWithUuid()
197 GetAttributeTypeString(attributeType), uuid.ToString().c_str(), serverId, serviceIndex); in GetAttributeWithUuid()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1171 const spirv_cross::SPIRType attributeType = compiler.get_type(attr.type_id);
1178 info.description.format = convertToVertexInputFormat(attributeType);
1181 info.byteSize = attributeType.vecsize * (attributeType.width / 8);

Completed in 7 milliseconds