Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
Dsdp_connect.c1406 uint16_t attributeByteCount = (uint16_t)PacketSize(fragmentPacket); in SdpBuildAttributeFragmentResponse() local
1414 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_ONE_BYTE; in SdpBuildAttributeFragmentResponse()
1421 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_TWO_BYTE; in SdpBuildAttributeFragmentResponse()
1428 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_THREE_BYTE; in SdpBuildAttributeFragmentResponse()
1445 *(uint16_t *)(header + offset) = H2BE_16(attributeByteCount); in SdpBuildAttributeFragmentResponse()