Home
last modified time | relevance | path

Searched refs:attributeValueLength (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h366 * @param attributeValueLength The length of attribute value.
370 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength);
379 * @param attributeValueLength The length of attribute value.
383 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength);
425 uint16_t attributeValueLength; member
434 uint16_t attributeValueLength; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.h61 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength);
63 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength);
H A Dsdp.c150 uint16_t attributeValueLength; member
159 uint16_t attributeValueLength; member
1145 SdpAddAttribute(ctx->handle, ctx->attributeId, ctx->type, ctx->attributeValue, ctx->attributeValueLength); in SdpAddAttributeTask()
1152 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) in SDP_AddAttribute()
1168 ctx->attributeValueLength = attributeValueLength; in SDP_AddAttribute()
1191 SdpAddSequenceAttribute(ctx->handle, ctx->attributeId, ctx->attributeValue, ctx->attributeValueLength); in SdpAddSequenceAttributeTask()
1198 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) in SDP_AddSequenceAttribute()
1213 ctx->attributeValueLength = attributeValueLength; in SDP_AddSequenceAttribute()
1151 SDP_AddAttribute( uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) SDP_AddAttribute() argument
1197 SDP_AddSequenceAttribute( uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) SDP_AddSequenceAttribute() argument
[all...]
H A Dsdp_client_parse.c1452 service->sequenceAttribute[service->sequenceAttributeNumber].attributeValueLength = length; in SdpGetSequenceAttribute()
1475 service->attribute[service->attributeNumber].attributeValueLength = SDP_UINT8_LENGTH; in SdpGetAttributeForBool()
1499 service->attribute[service->attributeNumber].attributeValueLength = SDP_UINT8_LENGTH; in SdpGetAttributeForUint()
1516 service->attribute[service->attributeNumber].attributeValueLength = SDP_UINT16_LENGTH; in SdpGetAttributeForUint()
1533 service->attribute[service->attributeNumber].attributeValueLength = SDP_UINT32_LENGTH; in SdpGetAttributeForUint()
1565 service->attribute[service->attributeNumber].attributeValueLength = SDP_INT8_LENGTH; in SdpGetAttributeForInt()
1578 service->attribute[service->attributeNumber].attributeValueLength = SDP_INT16_LENGTH; in SdpGetAttributeForInt()
1593 service->attribute[service->attributeNumber].attributeValueLength = SDP_INT32_LENGTH; in SdpGetAttributeForInt()
1623 service->attribute[service->attributeNumber].attributeValueLength = SDP_UUID16_LENGTH; in SdpGetAttributeForUuid()
1638 service->attribute[service->attributeNumber].attributeValueLength in SdpGetAttributeForUuid()
[all...]
H A Dsdp_server.c750 uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) in SdpAddAttribute()
752 LOG_INFO("[%{public}s] attributeId[0x%04x] type[%u] Length [%hu]", __FUNCTION__, attributeId, type, attributeValueLength); in SdpAddAttribute()
789 length = SdpAddAttributeForString(buffer, 0, attributeValue, attributeValueLength); in SdpAddAttribute()
792 length = SdpAddAttributeForUrl(buffer, 0, attributeValue, attributeValueLength); in SdpAddAttribute()
803 uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) in SdpAddSequenceAttribute()
805 LOG_INFO("[%{public}s][%{public}d] handle = [0x%08x], attributeId = [0x%04x], attributeValueLength = [%hu]", in SdpAddSequenceAttribute()
810 attributeValueLength); in SdpAddSequenceAttribute()
818 if (attributeValueLength > 0xFF) { in SdpAddSequenceAttribute()
826 ret = SdpAddAttributeToServiceRecord(handle, attributeId, type, attributeValueLength, attributeValue); in SdpAddSequenceAttribute()
749 SdpAddAttribute( uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeValueLength) SdpAddAttribute() argument
802 SdpAddSequenceAttribute( uint32_t handle, uint16_t attributeId, const uint8_t *attributeValue, uint16_t attributeValueLength) SdpAddSequenceAttribute() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp172 network.attributeValueLength = HFP_AG_SERVER_NETWORK_LENGTH; in AddNetwork()
189 featuresAttr.attributeValueLength = HFP_AG_SERVER_FEATURES_LENGTH; in AddFeatures()
205 sdpHandle_, attribute.attributeId, attribute.type, attribute.attributeValue, attribute.attributeValueLength); in AddAttribute()
H A Dhfp_ag_sdp_client.cpp233 uint16_t length = serviceAry[n].attribute[k].attributeValueLength; in CopySdpServiceArray()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp75 attribute.attributeValueLength == HID_HOST_ATTRIBUTE_LENGTH_UINT8) { in SdpCallback_()
139 if (attribute.attributeValueLength > DESCRIPTOR_LIST_SDP_HEAD_LENGTH) { in CheckAttributeValueLengthAvalid()
254 attribute.attributeValueLength == HID_HOST_ATTRIBUTE_LENGTH_UINT16) { in SdpPnpCallback_()
260 attribute.attributeValueLength == HID_HOST_ATTRIBUTE_LENGTH_UINT16) { in SdpPnpCallback_()
266 attribute.attributeValueLength == HID_HOST_ATTRIBUTE_LENGTH_UINT16) { in SdpPnpCallback_()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp172 featuresAttr.attributeValueLength = HFP_HF_SERVER_FEATURES_LENGTH; in AddFeatures()
188 sdpHandle_, attribute.attributeId, attribute.type, attribute.attributeValue, attribute.attributeValueLength); in AddAttribute()
H A Dhfp_hf_sdp_client.cpp232 uint16_t length = serviceAry[n].attribute[k].attributeValueLength; in CopySdpServiceArray()

Completed in 11 milliseconds