Lines Matching full:scanning
71 /* The scanning parameters set by host */
74 /* The scanning state machine global object */
198 scansm->cur_aux_data->scanning = 1; in ble_ll_aux_scan_cb()
241 /* See Vol 6 Part B Section 4.4.3.2. Active scanning backoff */
296 * @param scansm Pointer to scanning state machine
505 * complete event and one for ongoing scanning. If there is only 1 in ble_ll_scan_end_adv_evt()
1003 if (!scansm->ext_scanning || !aux_data || !aux_data->scanning) { in ble_ll_get_chan_to_scan()
1017 * Called to enable the receiver for scanning.
1083 /* If we are late here, it is still OK because we keep scanning. in ble_ll_scan_start()
1095 /* Set link layer state to scanning */ in ble_ll_scan_start()
1268 * Stop the scanning state machine
1277 /* Stop the scanning timer */ in ble_ll_scan_sm_stop()
1281 /* Disable scanning state machine */ in ble_ll_scan_sm_stop()
1337 /* Set flag telling us that scanning is enabled */ in ble_ll_scan_sm_start()
1362 /* Post scanning event to start off the scanning process */ in ble_ll_scan_sm_start()
1418 /* Start with new channel only if PHY was scanning already */ in ble_ll_scan_start_next_phy()
1442 * Called to process the scanning OS event which was posted to the LL task
1468 * Get the scanning state machine. If not enabled (this is possible), just in ble_ll_scan_event_proc()
1527 * scanning event was overlapped in the schedule. In this case all we do in ble_ll_scan_event_proc()
1597 * We need to wake up before we need to start scanning in order in ble_ll_scan_event_proc()
1627 * scanning state.
2219 /* Get scanning state machine */ in ble_ll_scan_rx_isr_end()
2226 * to restart scanning and handle a failed scan request. Note that we in ble_ll_scan_rx_isr_end()
2438 * Called to resume scanning. This is called after an advertising event or
2440 * in the initiating or scanning state.
2488 * Called when the wait for response timer expires while in the scanning
2664 * Process a received PDU while in the scanning state.
3077 /* That means user whats to use this PHY for scanning */ in ble_ll_set_ext_scan_params()
3101 /* That means user whats to use this PHY for scanning */ in ble_ll_set_ext_scan_params()
3259 /* Controller does not allow initiating and scanning.*/ in ble_ll_scan_set_enable()
3329 * Checks if controller can change the whitelist. If scanning is enabled and
3508 * Set the Resolvable Private Address in the scanning (or initiating) state
3531 /* Returns true if whitelist is enabled for scanning */
3555 /* Initialize scanning window end event */ in ble_ll_scan_common_init()
3575 /* Initialize scanning timer */ in ble_ll_scan_common_init()
3594 * scanning state machine to its initial state.
3638 * Initialize a scanner. Must be called before scanning can be started.
3639 * Expected to be called with a un-initialized scanning state machine.