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
| Parameter | Description |
|---|---|
| [out] p_devCnt | Pointer to the variable to store the number of devices in the list. |
| [out] p_addr | Pointer to the buffer to store the list of BLE_GAP_Addr_T structures. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully retrieved the filter accept list. |
