31 void onScan(
const nrf_mesh_adv_packet_rx_data_t* scanData);
Class that handles scans from the mesh.
Definition: cs_MeshScanner.h:19
static const uint16_t MIN_SCHEDULER_FREE
Don't dispatch scans when the CPU is busy.
Definition: cs_MeshScanner.h:26
void onScan(const nrf_mesh_adv_packet_rx_data_t *scanData)
Handle a scan by the mesh, and dispatch scanned device event.
#define SCHED_QUEUE_SIZE
Maximum number of events in the scheduler queue.
Definition: cs_Config.h:64