1.2.2.1.1.4.45 BLE_GAP_SetDevToPeriAdvList
C
uint16_t BLE_GAP_SetDevToPeriAdvList(uint8_t num, BLE_GAP_SyncSetDev_T *p_syncSetDev);
Description
Set one or multiple entries to the Periodic Advertiser list.
Parameters
Parameter | Description |
---|---|
[in] num | Number of devices need to be set. See Maximum sync devices number |
[in] p_syncSetDev | Pointer to the BLE_GAP_SyncSetDev_T structure buffer. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully Set one or multiple entries to the Periodic Advertiser list. |
MBA_RES_OOM | Internal memory allocation failure. |
MBA_RES_INVALID_PARA | Invalid parameters. |