Home
last modified time | relevance | path

Searched refs:scan (Results 51 – 75 of 156) sorted by relevance

1234567

/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py167 mocked_hm.scan = mock.Mock()
190 mocked_hm.scan.assert_called_once_with(
452 mocked_hm.scan(persistent)
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c103 struct ieee802154_req_params *scan; in ieee802154_scan() local
111 scan = (struct ieee802154_req_params *)data; in ieee802154_scan()
143 ctx->scan_ctx = scan; in ieee802154_scan()
171 if (IEEE802154_IS_CHAN_UNSCANNED(scan->channel_set, channel)) { in ieee802154_scan()
175 scan->channel = channel; in ieee802154_scan()
195 k_sleep(K_MSEC(scan->duration)); in ieee802154_scan()
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/
DREADME.rst13 This sample will scan for the corresponding sync sample and send the required
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig37 bool "Whether to scan for Broadcast Sources without Broadcast Assistant"
/Zephyr-latest/samples/bluetooth/st_ble_sensor/
DREADME.rst27 Open ST Bluetooth LE Sensor app and click on "CONNECT TO A DEVICE" button to scan Bluetooth LE devi…
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c1017 static int write_scan_enable(uint8_t scan) in write_scan_enable() argument
1022 LOG_DBG("type %u", scan); in write_scan_enable()
1029 net_buf_add_u8(buf, scan); in write_scan_enable()
1035 atomic_set_bit_to(bt_dev.flags, BT_DEV_ISCAN, (scan & BT_BREDR_SCAN_INQUIRY)); in write_scan_enable()
1036 atomic_set_bit_to(bt_dev.flags, BT_DEV_PSCAN, (scan & BT_BREDR_SCAN_PAGE)); in write_scan_enable()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_broadcast_assistant.rst8 The Broadcast Assistant is responsible for offloading scan for a resource
78 BASS scan start successful
/Zephyr-latest/drivers/wifi/nrf_wifi/
DCMakeLists.txt57 # Without WPA supplicant we only support scan
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dmec1501modular_assy6885.dts20 zephyr,keyboard-scan = &kscan_input;
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/
Dnpcx4m8f_evb.dts20 zephyr,keyboard-scan = &kscan_input;
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts19 zephyr,keyboard-scan = &kscan_input;
/Zephyr-latest/doc/services/input/
Dindex.rst73 input device and pointing the ``zephyr,keyboard-scan`` chosen node to the
79 zephyr,keyboard-scan = &kscan_input;
Dgpio-kbd.rst136 to scan continuously.
138 This can be done by setting ``idle-mode`` to ``scan`` and ``poll-timeout-ms``
147 idle-mode = "scan";
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c1245 struct ll_scan_set *scan = HDR_LLL2ULL(ftr->param); in ll_rx_dequeue() local
1252 if (scan_other == scan) { in ll_rx_dequeue()
1263 scan->lll.conn = NULL; in ll_rx_dequeue()
1264 scan->is_enabled = 0U; in ll_rx_dequeue()
1401 struct ll_scan_set *scan; in ll_rx_dequeue() local
1407 scan = ull_scan_is_enabled_get(0); in ll_rx_dequeue()
1408 LL_ASSERT(scan); in ll_rx_dequeue()
1410 scan->is_enabled = 0U; in ll_rx_dequeue()
/Zephyr-latest/subsys/bluetooth/host/
DCMakeLists.txt32 scan.c
/Zephyr-latest/scripts/build/
Dparse_syscalls.py194 syscalls, tagged = analyze_headers(args.include, args.scan,
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig60 If scan doesn't complete within this time, test will fail.
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb.dts19 zephyr,keyboard-scan = &kscan_input;
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp347 int "Wifi scan task stack size"
350 This option specifies the size of the stack used by the wifi scan task.
392 int "Wifi scan task priority"
395 This option specifies the priority of the wifi scan task.
450 This option enables the use of extended scan support.
459 int "Maximum scan entries"
472 int "Max scan channel gap"
475 This option sets the max scan channel gap time between two scan commands.
1132 Enabling this will enable scan code logs
1134 scan related issues like split scan, channel
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c277 .scan = simplelink_mgmt_scan,
/Zephyr-latest/drivers/mdio/
Dmdio_shell.c239 SHELL_CMD_ARG(scan, NULL,
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst37 go back to the device scan page)
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
Dmec15xxevb_assy6853.dts19 zephyr,keyboard-scan = &kscan_input;
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py179 self.scan(persistent=self.options.persistent_hardware_map)
318 def scan(self, persistent=False): member in HardwareMap
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap229 The maximum number of milliseconds that the scan delegator implementation will wait
230 before rejecting a read or dropping a notification if the scan delegator state is

1234567