BLE_DM_GetFilterAcceptList

C

uint16_t BLE_DM_GetFilterAcceptList(uint8_t *p_devCnt, BLE_GAP_Addr_T *p_addr);

Description

Retrieves the filter accept list.

Parameters

ParameterDescription
[out] p_devCntPointer to the variable to store the number of devices in the list.
[out] p_addrPointer to the buffer to store the list of BLE_GAP_Addr_T structures.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully retrieved the filter accept list.