|
#define | STACK_VERSION ((const char *)"r2p3-02rel0\n") |
| Stack release version number.
|
|
|
Pointer to structure containing initialization details of the ATT Subsystem. To be configured by Application.
|
attCfg_t * | pAttCfg |
| Configuration pointer.
|
|
|
Pointer to structure containing initialization details of the L2CAP Subsystem. To be configured by Application.
|
l2cCfg_t * | pL2cCfg |
| Configuration pointer.
|
|
|
Pointer to structure containing initialization details of the SMP Subsystem. To be configured by Application.
|
smpCfg_t * | pSmpCfg |
| Configuration pointer.
|
|
|
#define | HCI_VS_GENERIC 0 |
|
#define | HCI_VS_EMM 1 |
|
#define | HCI_VS_TARGET HCI_VS_GENERIC |
| Vendor specific target configuration.
|
|
|
Extra byte allocation required for LL operations (i.e. MIC) in single-chip implementation
|
#define | HCI_TX_DATA_TAILROOM 0 |
| Tx data tailroom.
|
|
|
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 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 build-time configuration parameters
|
#define | ATT_NUM_SIMUL_NTF 1 |
| Maximum number of simultanous ATT notifications.
|
|
Buildtime constants for configuring the Stack.
void StackGetVersionNumber |
( |
const char ** |
pVersion | ) |
|
Get Stack version number.
- Parameters
-
pVersion | output parameter for version number. |
- Returns
- None.