HCI_PeriodicAdvInit
C
bool HCI_PeriodicAdvInit(void);Description
Initialize periodic advertising module of HCI mode.
Note
Periodic advertising is part of the extended advertising feature. Both HCI_AdvInit and HCI_ExtAdvInit must be called prior to enable this module.
Return values
| Return value | Description |
|---|---|
| true | Successfully initialize periodic advertising module of HCI mode. |
| false | Fail to initialize periodic advertising module of HCI mode. |
