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

FieldDescription
cmnMemSizeSize of the common memory pool required by the Bluetooth stack.
p_cmnMemAddrPointer to the start address of the common memory pool.
p_sramVecorTablePointer to the SRAM vector table
hciModeHCI mode flag. Set to 1 to enable HCI mode, 0 otherwise.
deFeatMaskBitmask of features to be disabled, as defined by Feature mask.