Other Parts Discussed in Thread: CC2650
I posted this before but got no reply. As this is a high profile project for a major car manufacturer and this is the last task to do, I contacted TI support but their reply was to post here again. So I am trying again.
I need to be able to press a button which enables connection to any advertising unit for 30 seconds (ie ignores whitelist) then after the 30 seconds, adds all connected unit addresses to the whitelist so in normal usage only these devices can connect.
I cant find any documentation on how to construct the whitelist. Searching for this term does not appear at all in the software developers guide and the API guide does not help either. How can I add all connected devices to the whitelist and store in NV? I did find gapBondMgr_SyncWhiteList() but this does not seem to work. This calls HCI_LE_AddWhiteListCmd which there is no documentation or source I can find.
Where can I find out how to do this?