![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Stack configuration. More...
Go to the source code of this file.
Macros | |
#define | STACK_VERSION ((const char *)"r2p3-02rel0\n") |
Stack release version number. | |
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. | |
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. | |
DM Configuration | |
DM build-time configuration parameters | |
#define | DM_CONN_MAX 3 |
Maximum number of connections. | |
#define | DM_SYNC_MAX 1 |
Maximum number of periodic advertising synchronizations. | |
#define | DM_NUM_ADV_SETS 1 |
Number of supported advertising sets: must be set to 1 for legacy advertising. | |
#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. | |
L2CAP Configuration | |
L2CAP build-time configuration parameters | |
#define | L2C_COC_CHAN_MAX 8 |
Maximum number of connection oriented channels. | |
#define | L2C_COC_REG_MAX 4 |
Maximum number of connection oriented channel registered clients. | |
ATT Configuration | |
ATT build-time configuration parameters | |
#define | ATT_NUM_SIMUL_NTF 1 |
Maximum number of simultanous ATT notifications. | |
Functions | |
void | StackGetVersionNumber (const char **pVersion) |
Get Stack version number. More... | |
Stack configuration.
Copyright (c) 2009-2018 Arm Ltd. All Rights Reserved. Arm Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact Arm Ltd. prior to any use, copying or further distribution of this software.
Definition in file cfg_stack.h.