/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 167 mocked_hm.scan = mock.Mock() 190 mocked_hm.scan.assert_called_once_with( 452 mocked_hm.scan(persistent)
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_mgmt.c | 103 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/ |
D | README.rst | 13 This sample will scan for the corresponding sync sample and send the required
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 37 bool "Whether to scan for Broadcast Sources without Broadcast Assistant"
|
/Zephyr-latest/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 27 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/ |
D | br.c | 1017 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/ |
D | bap_broadcast_assistant.rst | 8 The Broadcast Assistant is responsible for offloading scan for a resource 78 BASS scan start successful
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | CMakeLists.txt | 57 # Without WPA supplicant we only support scan
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | mec1501modular_assy6885.dts | 20 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/ |
D | npcx4m8f_evb.dts | 20 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 19 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 73 input device and pointing the ``zephyr,keyboard-scan`` chosen node to the 79 zephyr,keyboard-scan = &kscan_input;
|
D | gpio-kbd.rst | 136 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/ |
D | ull.c | 1245 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/ |
D | CMakeLists.txt | 32 scan.c
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 194 syscalls, tagged = analyze_headers(args.include, args.scan,
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 60 If scan doesn't complete within this time, test will fail.
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 19 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 347 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/ |
D | simplelink.c | 277 .scan = simplelink_mgmt_scan,
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_shell.c | 239 SHELL_CMD_ARG(scan, NULL,
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/ |
D | README.rst | 37 go back to the device scan page)
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | mec15xxevb_assy6853.dts | 19 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 179 self.scan(persistent=self.options.persistent_hardware_map) 318 def scan(self, persistent=False): member in HardwareMap
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 229 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
|