Searched full:scanned (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 42 printk("Scanned request from new "); in scanned_cb() 68 .scanned = scanned_cb,
|
/Zephyr-Core-3.5.0/dts/bindings/display/ |
D | maxim,max7219.yaml | 25 Number of scanned digits for MAX7219.
|
D | ftdi,ft800.yaml | 89 Number of PCLK cycles before pixels are scanned out for
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | wifi_utils.h | 62 * @param scan_ssids_str string to be appended in the list of scanned SSIDs. 77 * @details The function will parse a string which specifies channels to be scanned
|
D | wifi_mgmt.h | 236 /** Bitmap of bands to be scanned. 250 * BSSIDS with the best RSSI values, in all the scanned channels. This should only be
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync.h | 62 /* used to store lll_aux when chain is being scanned */
|
D | ull_scan_aux.c | 245 /* Generate report based on PHY scanned */ in ull_scan_aux_setup() 572 * in global scan struct so we can pick it when scanned node is received in ull_scan_aux_setup()
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | zephyr-cmds.rst | 78 ``SPDX-License-Identifier`` comments in source files are scanned and filled 111 Each file in the bill-of-materials is scanned, so that its hashes (SHA256 and
|
/Zephyr-Core-3.5.0/drivers/pcie/host/ |
D | controller.c | 337 /* Current scanned bus BDF, always valid */ 341 /* Next BDF to scan on bus, either valid or PCIE_BDF_NONE when all EP scanned */
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | parse_syscalls.py | 161 help="Include directories recursively scanned for .h files "
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_peripheral.c | 159 .scanned = adv_scanned_cb,
|
/Zephyr-Core-3.5.0/drivers/kscan/ |
D | kscan_mchp_xec.c | 188 * flipped the bits when the matrix was scanned. in is_matrix_ghosting()
|
D | kscan_ite_it8xxx2.c | 156 * flipped the bits when the matrix was scanned. in is_matrix_ghosting()
|
/Zephyr-Core-3.5.0/drivers/input/ |
D | input_npcx_kbd.c | 171 * when the matrix was scanned. Now we OR the colums in is_matrix_ghosting()
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 135 If you were scanning just before, you can connect to the last scanned device by
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | modem_cmd_handler.c | 108 /* return scanned length for params */
|
/Zephyr-Core-3.5.0/scripts/ |
D | spelling.txt | 957 scaned||scanned
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | syscalls.rst | 100 is always scanned for potential syscall prototypes.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | adv.c | 2269 if (adv->cb && adv->cb->scanned) { in bt_hci_le_scan_req_received() 2281 adv->cb->scanned(adv, &info); in bt_hci_le_scan_req_received()
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | wifi_shell.c | 1655 …"[-b, --bands <Comma separated list of band values (2/5/6)>] : Bands to be scanned where 2: 2.4 GH… 1660 …"[-c, --chans <Comma separated list of channel ranges>] : Channels to be scanned. The channels mus…
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 146 * @param addr Information about the scanned event. 148 void (*scanned)(struct bt_le_ext_adv *adv, member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | bt.c | 483 shell_print(ctx_shell, "Advertiser[%d] %p scanned by %s", in adv_scanned() 846 .scanned = adv_scanned, 2620 /* When no arguments are specified, connect to the last scanned device. */ in cmd_connect_le()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 910 /* Attempt to reuse the scanned unprovisioned device, to preserve as in handle_link_open()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 162 .scanned = scanned_cb,
|
/Zephyr-Core-3.5.0/doc/ |
D | zephyr.doxyfile.in | 1058 # code is scanned, but not when the output code is generated. If lines are added
|
12