1.1.2.1.6.3.5 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;
} BT_SYS_Option_T;

Description

Bluetooth system initialization.

Field Documentation

FieldDescription
cmnMemSizeCommon memory size.
p_cmnMemAddrCommon memory address.
p_sramVecorTableVector table.
hciModeHCI mode option. Set true to enable HCI mode.