Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these lines:
gatts_cache_manager.c: err_code = pdb_raw_store(m_current_sc_store_peer_id, &peer_data, NULL);
peer_id.c: pm_mutex_init(m_pi.used_peer_ids, PM_PEER_ID_N_AVAILABLE_IDS);
Any ideas?
Thanks!