Searched defs:maximumAttributeByteCount (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 1312 …id, uint16_t transactionId, uint8_t *attributeList, int length, uint16_t maximumAttributeByteCount) in SdpCreateAttributeResponse() 1359 uint16_t maximumAttributeByteCount; in SdpParseAttributeRequest() local 1551 … uint16_t lcid, uint16_t transactionId, Packet *payloadPacket, uint16_t maximumAttributeByteCount) in SdpCreateSearchAttributeResponse() 1575 …uint16_t lcid, uint16_t transactionId, uint16_t maximumAttributeByteCount, uint8_t *buffer, uint16… in SdpParseSearchAttributeRequestCommon() 1623 uint16_t maximumAttributeByteCount = BE2H_16(*(uint16_t *)(bufferInfo->buffer + offset)); in SdpParseSearchAttributeRequest() local
|