dotstack API Reference
1.10.37
|
This module describes parameters used to configure SPP layer. More...
Macros | |
#define | SPP_MAX_PORTS |
Maximum number of SPP ports. More... | |
This module describes parameters used to configure SPP 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 SPP_MAX_PORTS |
Maximum number of SPP ports.
This parameter defines the maximum number of SPP port that can be open between the local and remote devices. If RFCOMM_ENABLE_MULTIDEVICE_CHANNELS is FALSE (default) this value should be equal to RFCOMM_MAX_SERVER_CHANNELS. If RFCOMM_ENABLE_MULTIDEVICE_CHANNELS is TRUE this value should be between RFCOMM_MAX_SERVER_CHANNELS and RFCOMM_MAX_SERVER_CHANNELS * RFCOMM_MAX_SESSIONS.