dotstack API Reference
1.10.37
|
This module describes parameters used to configure AVCTP layer. More...
Macros | |
#define | AVCTP_MAX_CHANNELS |
Maximum number of AVCTP channels. More... | |
#define | AVCTP_MAX_TRANSPORT_CHANNELS |
Maximum number of AVCTP transports. More... | |
#define | AVCTP_ALLOCATE_BUFFERS_VARS() |
Maximum size of received message. More... | |
This module describes parameters used to configure AVCTP layer.
dotstack is customized using a configuration file. The configuration file tailors the dotstack to the application being built. It has to have the structure shown below.
#define AVCTP_ALLOCATE_BUFFERS_VARS | ( | ) |
Maximum size of received message.
This parameter defines the maximum size of a fragmented message (command or response) a local device can accept from a remote device. If fragmented message are not expected this parameter can be set to 1. Maximum number of message buffers
This parameter defines the maximum number of buffer available for sending message.
#define AVCTP_MAX_CHANNELS |
Maximum number of AVCTP channels.
This parameter defines the maximum number of channels a local device can have with remote devices.
#define AVCTP_MAX_TRANSPORT_CHANNELS |
Maximum number of AVCTP transports.
This parameter defines the maximum number of transports a local device can have with remote devices. This value should not exceed AVCTP_MAX_CHANNELS.