/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 366 * @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 D | sdp_server.h | 61 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 D | sdp.c | 150 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 D | sdp_client_parse.c | 1452 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 D | sdp_server.c | 750 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 D | hfp_ag_sdp_server.cpp | 172 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 D | hfp_ag_sdp_client.cpp | 233 uint16_t length = serviceAry[n].attribute[k].attributeValueLength; in CopySdpServiceArray()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 75 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 D | hfp_hf_sdp_server.cpp | 172 featuresAttr.attributeValueLength = HFP_HF_SERVER_FEATURES_LENGTH; in AddFeatures() 188 sdpHandle_, attribute.attributeId, attribute.type, attribute.attributeValue, attribute.attributeValueLength); in AddAttribute()
|
H A D | hfp_hf_sdp_client.cpp | 232 uint16_t length = serviceAry[n].attribute[k].attributeValueLength; in CopySdpServiceArray()
|