BLE_DM_GetFilterAcceptList
C
uint16_t BLE_DM_GetFilterAcceptList(uint8_t *p_devCnt, BLE_GAP_Addr_T *p_addr);Description
Get filter accept list.
Parameters
| Parameter | Description |
|---|---|
| [out] p_devCnt | The number of devices in filter accept list. |
| [out] p_addr | Pointer to the BLE_GAP_Addr_T structure buffer. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully get filter accept list. |
