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
| Field | Description |
|---|---|
| cmnMemSize | Common memory size. |
| p_cmnMemAddr | Common memory address. |
| p_sramVecorTable | Vector table. |
| hciMode | HCI mode option. Set true to enable HCI mode. |
