Other Parts Discussed in Thread: CC2640
We are attempting to determine if the connected Central is in our Peripheral's bond list using a CC2640. When the ble connection is established, we call linkDB_Find() with the connection handle. unfortunately, CCS Version 6.1.3, compiler version TI v5.2.4 [TI v5.2.7] fails during linking with undefined symbol for linkDB_Find. We can find the header for the function in linkdb.h" and have added the include file. However, the error persists. We see this function used in gapbondmgr.c as well. Any help would be greatly appreciated.
#include "linkdb.h"
linkDBItem_t *link = linkDB_Find( gapConnHandle ); //find link database entry
if (link)
uint8 idx = GAPBondMgr_ResolveAddr( link->addrType, link->addr, resolv_addr ); //find bond mgr index