Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_scan.c60 uint16_t period, struct ll_scan_set **scan,
62 static uint8_t duration_period_setup(struct ll_scan_set *scan,
65 static uint8_t duration_period_update(struct ll_scan_set *scan,
77 struct ll_scan_set *scan; in ll_scan_params_set() local
80 scan = ull_scan_is_disabled_get(SCAN_HANDLE_1M); in ll_scan_params_set()
81 if (!scan) { in ll_scan_params_set()
101 scan = scan_coded; in ll_scan_params_set()
104 lll = &scan->lll; in ll_scan_params_set()
119 lll = &scan->lll; in ll_scan_params_set()
122 scan->own_addr_type = own_addr_type; in ll_scan_params_set()
[all …]
Dll_tx_pwr.c68 struct ll_scan_set *scan; in ll_tx_pwr_lvl_get() local
79 scan = ull_scan_set_get(handle); in ll_tx_pwr_lvl_get()
80 if (!scan) { in ll_tx_pwr_lvl_get()
83 *tx_pwr_lvl = scan->lll.tx_pwr_lvl; in ll_tx_pwr_lvl_get()
165 struct ll_scan_set *scan; in ll_tx_pwr_lvl_set() local
176 scan = ull_scan_set_get(handle); in ll_tx_pwr_lvl_set()
177 if (!scan) { in ll_tx_pwr_lvl_set()
180 scan->lll.tx_pwr_lvl = *tx_pwr_lvl; in ll_tx_pwr_lvl_set()
Dull_central.c64 static inline void conn_release(struct ll_scan_set *scan);
82 struct ll_scan_set *scan; in ll_create_connection() local
93 scan = ull_scan_is_disabled_get(SCAN_HANDLE_1M); in ll_create_connection()
94 if (!scan) { in ll_create_connection()
123 lll = &scan->lll; in ll_create_connection()
136 scan = scan_coded; in ll_create_connection()
149 lll = &scan->lll; in ll_create_connection()
157 lll = &scan->lll; in ll_create_connection()
419 scan->own_addr_type = own_addr_type; in ll_create_connection()
432 conn_release(scan); in ll_create_connection()
[all …]
Dull_scan_aux.c46 static inline struct ll_sync_set *sync_create_get(struct ll_scan_set *scan);
95 struct ll_scan_set *scan; in ull_scan_aux_setup() local
121 scan = HDR_LLL2ULL(lll); in ull_scan_aux_setup()
122 sync = sync_create_get(scan); in ull_scan_aux_setup()
129 scan = HDR_LLL2ULL(lll); in ull_scan_aux_setup()
130 sync = sync_create_get(scan); in ull_scan_aux_setup()
167 scan = HDR_LLL2ULL(lll); in ull_scan_aux_setup()
168 sync = (void *)scan; in ull_scan_aux_setup()
169 scan = ull_scan_is_valid_get(scan); in ull_scan_aux_setup()
170 if (scan) { in ull_scan_aux_setup()
[all …]
Dull_sync.c91 struct ll_scan_set *scan; in ll_sync_create() local
94 scan = ull_scan_set_get(SCAN_HANDLE_1M); in ll_sync_create()
95 if (!scan || scan->per_scan.sync) { in ll_sync_create()
135 scan->per_scan.state = LL_SYNC_STATE_IDLE; in ll_sync_create()
136 scan->per_scan.filter_policy = options & BIT(0); in ll_sync_create()
140 scan->per_scan.filter_policy; in ll_sync_create()
143 if (!scan->per_scan.filter_policy) { in ll_sync_create()
144 scan->per_scan.sid = sid; in ll_sync_create()
145 scan->per_scan.adv_addr_type = adv_addr_type; in ll_sync_create()
146 memcpy(scan->per_scan.adv_addr, adv_addr, BDADDR_SIZE); in ll_sync_create()
[all …]
Dull_scan_internal.h38 uint8_t ull_scan_enable(struct ll_scan_set *scan);
41 uint8_t ull_scan_disable(uint8_t handle, struct ll_scan_set *scan);
53 uint8_t ull_scan_handle_get(struct ll_scan_set *scan);
56 struct ll_scan_set *ull_scan_is_valid_get(struct ll_scan_set *scan);
Dull_sync_internal.h12 void ull_sync_setup(struct ll_scan_set *scan, struct ll_scan_aux_set *aux,
/Zephyr-Core-2.7.6/lib/gui/lvgl/
DKconfig.input8 bool "Keyboard scan pointer input"
11 Enable keyboard scan pointer input
16 string "Keyboard scan device name for pointer input"
19 Name of the keyboard scan device to use for pointer input.
22 int "Keyboard scan message queue count maximum"
25 Maximum number of items in the keyboard scan message queue.
28 bool "Swap keyboard scan X,Y axes"
30 Swap keyboard scan X,Y axes. This option can be used to align keyboard
31 scan coordinates with the display.
34 bool "Invert keyboard scan X axis"
[all …]
/Zephyr-Core-2.7.6/drivers/kscan/
DKconfig1 # Keyboard scan configuration options
9 Include Keyboard scan drivers in system config.
23 int "Keyboard scan driver init priority"
26 Keyboard scan device driver initialization priority.
DKconfig.ht16k3311 controller driver. The controller supports matrix key scan
/Zephyr-Core-2.7.6/tests/bluetooth/df/connectionless_cte_rx/src/
Dcommon.c34 struct ll_scan_set *scan; in common_create_per_sync_set() local
51 scan = ull_scan_set_get(SCAN_HANDLE_1M); in common_create_per_sync_set()
52 sync = scan->per_scan.sync; in common_create_per_sync_set()
/Zephyr-Core-2.7.6/drivers/wifi/simplelink/
DKconfig.simplelink28 int "Number of entries in network scan table: Max: 30"
31 The number of results to request on a Wi-Fi scan operation.
35 int "Number of retries to get network scan table"
/Zephyr-Core-2.7.6/samples/net/wifi/
DREADME.rst11 scan, connect, and disconnect. It also enables the net_shell module
32 shell> wifi scan
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.9.rst260 * :jira:`ZEP-2258` - Coverity static scan issues seen
293 * :jira:`ZEP-2343` - Coverity static scan issues seen
294 * :jira:`ZEP-2344` - Coverity static scan issues seen
295 * :jira:`ZEP-2345` - Coverity static scan issues seen
298 * :jira:`ZEP-2355` - Coverity static scan issues seen
339 * :jira:`ZEP-2465` - Static code scan (coverity) issues seen
340 * :jira:`ZEP-2467` - Static code scan (coverity) issues seen
341 * :jira:`ZEP-2468` - Static code scan (coverity) issues seen
342 * :jira:`ZEP-2469` - Static code scan (coverity) issues seen
343 * :jira:`ZEP-2474` - Static code scan (coverity) issues seen
[all …]
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c86 struct ieee802154_req_params *scan = in ieee802154_scan() local
100 if (scan == NULL) { in ieee802154_scan()
120 ctx->scan_ctx = scan; in ieee802154_scan()
135 if (IEEE802154_IS_CHAN_UNSCANNED(scan->channel_set, channel)) { in ieee802154_scan()
139 scan->channel = channel; in ieee802154_scan()
159 k_sleep(K_MSEC(scan->duration)); in ieee802154_scan()
/Zephyr-Core-2.7.6/subsys/net/l2/wifi/
Dwifi_mgmt.c79 if (off_api == NULL || off_api->scan == NULL) { in wifi_scan()
83 return off_api->scan(dev, scan_result_cb); in wifi_scan()
/Zephyr-Core-2.7.6/samples/bluetooth/periodic_adv/
DREADME.rst23 Zephyr tree that will scan and establish a periodic advertising synchronization
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast/
DREADME.rst24 Zephyr tree that will scan, establish a periodic advertising synchronization,
/Zephyr-Core-2.7.6/samples/bluetooth/scan_adv/
DREADME.rst1 .. _bluetooth-scan-adv-sample:
/Zephyr-Core-2.7.6/samples/bluetooth/ipsp/
DREADME.rst79 Alternatively, you may scan for your board on the host. The modern way to do
81 BlueZ package) and its ``scan on`` command:
90 [bluetooth]# scan on
99 ``scan on`` command. This way it will reinitialize with the BLE address
103 utility which talks directly to hardware and always shows fresh scan results:
/Zephyr-Core-2.7.6/include/net/
Dwifi_mgmt.h129 int (*scan)(const struct device *dev, scan_result_cb_t cb); member
/Zephyr-Core-2.7.6/subsys/net/l2/bluetooth/
Dbluetooth_shell.c123 SHELL_CMD(scan, NULL,
/Zephyr-Core-2.7.6/doc/reference/peripherals/
Dkscan.rst9 The kscan driver (keyboard scan matrix) is used for detecting a key press in a
/Zephyr-Core-2.7.6/scripts/net/
Drun-sample-tests.sh303 --scan
369 --scan)
/Zephyr-Core-2.7.6/drivers/mdio/
Dmdio_shell.c137 SHELL_CMD_ARG(scan, NULL,

1234