Go to the source code of this file.
◆ Shared_Neighbors_addOnBeaconCb()
Add a new callback about beacon received.
- Parameters
-
| cb_scanned_neighbor | New callback to set |
| cb_id | id to be used with Shared_State_removeBeaconCb. Set only if return code is APP_RES_OK. |
- Returns
- APP_RES_OK if ok. See app_res_e for other result codes.
◆ Shared_Neighbors_addScanNborsCb()
Add a new callback about state when when neighbor scan is complete.
- Parameters
-
| cb_scanned_neighbor | New callback to set |
| cb_id | id to be used with Shared_State_removeScanNborsCb. Set only if return code is APP_RES_OK. |
- Returns
- APP_RES_OK if ok. See app_res_e for other result codes.
◆ Shared_Neighbors_init()
◆ Shared_Neighbors_removeBeaconCb()
| 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.
- Parameters
-
◆ Shared_Neighbors_removeScanNborsCb()
| app_res_e Shared_Neighbors_removeScanNborsCb |
( |
uint16_t |
cb_id | ) |
|
Remove a neighbor scan complete cb item from the list. Removed item fields are all set to 0.
- Parameters
-