Home
last modified time | relevance | path

Searched full:scanning (Results 1 – 25 of 42) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_scan.h40 * Sent by the LL in the Scanning state; received by the LL in the advertising
54 * scanning state.
109 uint8_t scanning; member
167 /* Set scanning parameters */
170 /* Turn scanning on/off */
184 /* Called when Link Layer starts to receive a PDU and is in scanning state */
187 /* Called when Link Layer has finished receiving a PDU while scanning */
197 /* Boolean function returning true if scanning enabled */
200 /* Boolean function returns true if whitelist is enabled for scanning */
220 /* Stop the scanning state machine */
[all …]
H A Dble_ll_sched.h94 * will be scheduled at period boundaries. Any scanning/initiating/advertising
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_pvcy_test.c96 ble_hs_pvcy_test_util_add_irk_set_acks(bool scanning, bool connecting) in ble_hs_pvcy_test_util_add_irk_set_acks() argument
107 if (scanning) { in ble_hs_pvcy_test_util_add_irk_set_acks()
151 bool scanning, in ble_hs_pvcy_test_util_add_irk_verify_tx() argument
164 if (scanning) { in ble_hs_pvcy_test_util_add_irk_verify_tx()
184 bool scanning, in ble_hs_pvcy_test_util_add_irk() argument
190 ble_hs_pvcy_test_util_add_irk_set_acks(scanning, connecting); in ble_hs_pvcy_test_util_add_irk()
196 if (scanning) { in ble_hs_pvcy_test_util_add_irk()
204 scanning, connecting); in ble_hs_pvcy_test_util_add_irk()
208 ble_hs_pvcy_test_util_add_arbitrary_irk(bool scanning, bool connecting) in ble_hs_pvcy_test_util_add_arbitrary_irk() argument
220 scanning, in ble_hs_pvcy_test_util_add_arbitrary_irk()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_scan.c71 /* 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()
[all …]
H A Dble_ll_whitelist.c56 * -> scanning uses the whitelist and is enabled. in ble_ll_whitelist_chg_allowed()
H A Dble_ll_conn_hci.c493 /* Start scanning */ in ble_ll_conn_create()
733 /* Start scanning */ in ble_ll_ext_conn_create()
1028 /* stop scanning and end the connection event */ in ble_ll_conn_create_cancel()
H A Dble_ll_resolv.c56 * is enabled and we are either scanning, advertising, or attempting to create
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_backtrace.c86 // repeat backwar scanning in backtrace_ctx()
138 // scanning to find the size of hte current stack frame in backtrace()
151 // repeat backwar scanning in backtrace()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h54 /** 30 ms; active scanning. */
57 /** 60 ms; active scanning. */
66 /** 30 ms; active scanning. */
69 /* 30.72 seconds; active scanning. */
72 /** 1.28 seconds; background scanning. */
75 /** 11.25 ms; background scanning. */
929 * scanning is being used.
959 * code indicates that scanning has been fully aborted; a new discovery or
1009 * possible because scanning is in progress;
1065 * possible because scanning is in progress;
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dmesh.c142 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_prov_enable()
226 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_init()
H A Dnet.h146 BT_MESH_LPN_REQ_WAIT, /* Wait before scanning for offers */
H A Dadv.c31 /* Window and Interval are equal for continuous scanning */
H A Dlpn.c151 * enable scanning. in friend_clear_sent()
331 /* We start scanning a bit early to elimitate risk of missing in req_sent()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c308 /* Scanning must be stopped before a connection can be initiated. */ in blecent_connect_if_interesting()
390 /* Connection attempt failed; resume scanning. */ in blecent_gap_event()
407 /* Resume scanning. */ in blecent_gap_event()
482 /* Begin scanning for a peripheral to connect to. */ in blecent_on_sync()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_gap.rst7 The Generic Access Profile (GAP) is responsible for all connecting, advertising, scanning, and conn…
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_adc.h195 * emulates scanning and all channels are sampled in the order they were enabled.
231 * @note If more than one channel is enabled, the function emulates scanning, and
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst58 /* Begin advertising, scanning for peripherals, etc. */
H A Dble_lp_clock.rst55 associated peripherals prior to Bluetooth events (advertising, scanning,
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h18 #define JFFS2_SB_FLAG_SCANNING 2 /* Flash scanning is in progress */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml282 Latency in milliseconds that it takes to enable scanning. This
284 that scanning is requested to be enabled.
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst80 Scanning, Initiating, Connection states) active at any time
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst62 assumes you know the address of the peer, either by scanning for available peers or because you hav…
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_dev.h29 RT_WLAN_CMD_SCAN, /* trigger scanning (list cells) */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlconf.c258 * (via zconfrestart()), so that the user can continue scanning by
1400 /* We're scanning a new file or input source. It's
1515 } /* end of scanning one token */
1523 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c473 /* Flash scanning is in progress. Don't muck about with the block in jffs2_mark_node_obsolete()
499 spend ages scanning it on mount, etc. */ in jffs2_mark_node_obsolete()

12