Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c1312 uint16_t lcid, uint16_t transactionId, uint8_t *attributeList, int length, uint16_t maximumAttributeByteCount) in SdpCreateAttributeResponse()
1349 SdpSendAttributeResponse(lcid, transactionId, SDP_SERVICE_ATTRIBUTE_RESPONSE, maximumAttributeByteCount, packet); in SdpCreateAttributeResponse()
1359 uint16_t maximumAttributeByteCount; in SdpParseAttributeRequest() local
1373 maximumAttributeByteCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseAttributeRequest()
1405 lcid, SDP_SERVICE_ATTRIBUTE_RESPONSE, transactionId, maximumAttributeByteCount, NULL); in SdpParseAttributeRequest()
1427 SdpCreateAttributeResponse(lcid, transactionId, attributeList, result, maximumAttributeByteCount); in SdpParseAttributeRequest()
1551 uint16_t lcid, uint16_t transactionId, Packet *payloadPacket, uint16_t maximumAttributeByteCount) in SdpCreateSearchAttributeResponse()
1568 lcid, transactionId, SDP_SERVICE_SEARCH_ATTRIBUTE_RESPONSE, maximumAttributeByteCount, packet); in SdpCreateSearchAttributeResponse()
1575 uint16_t lcid, uint16_t transactionId, uint16_t maximumAttributeByteCount, uint8_t *buffer, uint16_t offset) in SdpParseSearchAttributeRequestCommon()
1595 lcid, SDP_SERVICE_SEARCH_ATTRIBUTE_RESPONSE, transactionId, maximumAttributeByteCount, NUL in SdpParseSearchAttributeRequestCommon()
1311 SdpCreateAttributeResponse( uint16_t lcid, uint16_t transactionId, uint8_t *attributeList, int length, uint16_t maximumAttributeByteCount) SdpCreateAttributeResponse() argument
1550 SdpCreateSearchAttributeResponse( uint16_t lcid, uint16_t transactionId, Packet *payloadPacket, uint16_t maximumAttributeByteCount) SdpCreateSearchAttributeResponse() argument
1574 SdpParseSearchAttributeRequestCommon( uint16_t lcid, uint16_t transactionId, uint16_t maximumAttributeByteCount, uint8_t *buffer, uint16_t offset) SdpParseSearchAttributeRequestCommon() argument
1623 uint16_t maximumAttributeByteCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); SdpParseSearchAttributeRequest() local
[all...]

Completed in 3 milliseconds