6#ifndef _SHARED_NEIGHBORS_H_
7#define _SHARED_NEIGHBORS_H_
app_res_e Shared_Neighbors_init(void)
Initialize the shared neighbors library.
app_res_e Shared_Neighbors_removeBeaconCb(uint16_t cb_id)
Remove a received beacon item from the list. Removed item fields are all set to 0.
app_res_e Shared_Neighbors_addOnBeaconCb(app_lib_state_on_beacon_cb_f cb_scanned_neighbor, uint16_t *cb_id)
Add a new callback about beacon received.
void(* app_lib_state_on_beacon_cb_f)(const app_lib_state_beacon_rx_t *beacon)
Function type for a beacon reception callback.