Hy all,
I'm trying to use a White list to receive Scan Requests only from previously bounded Central.
1. I'm tracking all the Requests and trying to resolve the address of the known device during UNDIRECTED NON-CONNECTABLE advertising without any filtering policy. Here everything is OK.
2. After address resolved:
2.1. Stop UNDIRECTED NON-CONNECTABLE advertising.
2.2. Add resolved random address to the white list using GAPM_WHITE_LIST_MGT_CMD (GAPM_ADD_DEV_IN_WLIST) to TASK_GAPM.
2.3. Start UNDIRECTED NON-CONNECTABLE advertising with ADV_ALLOW_SCAN_WLST_CON_WLST filter policy.
I'm continuously receiving the GAP_ERR_INVALID_PARAM error.
Question: How to track which parameter is invalid?
Best regards,
Mykhailo