BLE_GAP_PeriodicAdvInit
C
uint16_t BLE_GAP_PeriodicAdvInit(void);
Description
Initializes the BLE GAP periodic advertising module.
Note
Periodic advertising is part of the extended advertising feature. Both BLE_GAP_AdvInit and BLE_GAP_ExtAdvInit must be called prior to enabling this module.
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully initializes the BLE GAP periodic advertising module. |