Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c737 uint16_t attributeListByteCount; in SdpParseAttributeResponse() local
747 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseAttributeResponse()
748 if (attributeListByteCount >= length) { in SdpParseAttributeResponse()
750 __FUNCTION__, __LINE__, attributeListByteCount); in SdpParseAttributeResponse()
756 length = length - attributeListByteCount; in SdpParseAttributeResponse()
787 uint16_t attributeListByteCount; in SdpParseSearchAttributeResponse() local
796 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseSearchAttributeResponse()
797 if (attributeListByteCount >= length) { in SdpParseSearchAttributeResponse()
800 __FUNCTION__, __LINE__, attributeListByteCount); in SdpParseSearchAttributeResponse()
805 length = length - attributeListByteCount; in SdpParseSearchAttributeResponse()