BT_SYS_Option_T
C
typedef struct BT_SYS_Option_T
{
uint32_t cmnMemSize;
uint8_t *p_cmnMemAddr;
uint32_t *p_sramVecorTable;
uint8_t hciMode:1;
uint32_t deFeatMask;
} BT_SYS_Option_T;
Description
Structure for Bluetooth system initialization options.
Field Documentation
Field | Description |
---|---|
cmnMemSize | Size of the common memory pool required by the Bluetooth stack. |
p_cmnMemAddr | Pointer to the start address of the common memory pool. |
p_sramVecorTable | Pointer to the SRAM vector table |
hciMode | HCI mode flag. Set to 1 to enable HCI mode, 0 otherwise. |
deFeatMask | Bitmask of features to be disabled, as defined by Feature mask. |