Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c1422 uint16_t attributeByteCount = (uint16_t)PacketSize(fragmentPacket); in SdpBuildAttributeFragmentResponse() local
1430 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_ONE_BYTE; in SdpBuildAttributeFragmentResponse()
1437 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_TWO_BYTE; in SdpBuildAttributeFragmentResponse()
1444 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_THREE_BYTE; in SdpBuildAttributeFragmentResponse()
1461 *(uint16_t *)(header + offset) = H2BE_16(attributeByteCount); in SdpBuildAttributeFragmentResponse()