Stack configuration. More...
Go to the source code of this file.
Macros | |
#define | STACK_VERSION ((const char *)"Packetcraft Host v5.2\n") |
Stack release version label. More... | |
#define | STACK_VER_NUM 1366 |
Stack release version number. More... | |
HCI Vendor Specific targets | |
#define | HCI_VS_GENERIC 0 |
#define | HCI_VS_EMM 1 |
#define | HCI_VS_TARGET HCI_VS_GENERIC |
Vendor specific target configuration. More... | |
HCI Tx Data Tailroom | |
Extra byte allocation required for LL operations (i.e. MIC) in single-chip implementation | |
#define | HCI_TX_DATA_TAILROOM 0 |
Tx data tailroom. More... | |
DM Configuration | |
DM build-time configuration parameters | |
#define | DM_CONN_MAX 3 |
Maximum number of connections. More... | |
#define | DM_SYNC_MAX 3 |
Maximum number of periodic advertising synchronizations. More... | |
#define | DM_NUM_ADV_SETS 1 |
Number of supported advertising sets: must be set to 1 for legacy advertising. More... | |
#define | DM_NUM_PHYS 1 |
Number of scanner and initiator PHYs (LE 1M, LE 2M and LE Coded): must be set to 1 for legacy scanner and initiator. More... | |
#define | DM_CIG_MAX 2 |
Maximum number of connected isochronous groups. More... | |
#define | DM_CIS_MAX 6 |
Maximum number of connected isochronous streams, it is shared by CIGs. More... | |
#define | DM_BIG_MAX 2 |
Maximum number of broadcast isochronous groups. More... | |
#define | DM_BIS_MAX 6 |
Maximum number of broadcast isochronous streams, it is shared by BIGs. More... | |
#define | DM_ISO_DATA_PATH_MAX (DM_CIS_MAX + DM_BIS_MAX) |
Maximum number of isochronous data paths, it is shared by CISes and BISes. More... | |
L2CAP Configuration | |
L2CAP build-time configuration parameters | |
#define | L2C_COC_CHAN_MAX 8 |
Maximum number of connection oriented channels. More... | |
#define | L2C_COC_REG_MAX 4 |
Maximum number of connection oriented channel registered clients. More... | |
ATT Configuration | |
ATT build-time configuration parameters | |
#define | ATT_NUM_SIMUL_WRITE_CMD 1 |
Maximum number of simultaneous ATT write commands. More... | |
#define | ATT_NUM_SIMUL_NTF 1 |
Maximum number of simultaneous ATT notifications. More... | |
#define | EATT_CONN_CHAN_MAX 2 |
SMP Configuration | |
SMP build-time configuration parameters | |
#define | SMP_DB_MAX_DEVICES 3 |
Functions | |
void | StackGetVersionNumber (const char **pVersion) |
Get Stack version number. More... | |
Stack configuration.
Copyright (c) 2009-2018 Arm Ltd. All Rights Reserved.
Copyright (c) 2019-2020 Packetcraft, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file cfg_stack.h.