Searched refs:periodic (Results 1 – 25 of 64) sorted by relevance
123
/Zephyr-latest/samples/bluetooth/central_past/ |
D | README.rst | 25 another board that will start periodic advertising, to which this sample will 26 establish periodic advertising synchronization. 29 the Zephyr tree on another board that will advertise and await a periodic
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync.c | 126 if (!scan || scan->periodic.sync) { in ll_sync_create() 132 if (!scan_coded || scan_coded->periodic.sync) { in ll_sync_create() 153 scan->periodic.cancelled = 0U; in ll_sync_create() 154 scan->periodic.state = LL_SYNC_STATE_IDLE; in ll_sync_create() 155 scan->periodic.filter_policy = in ll_sync_create() 158 scan_coded->periodic.cancelled = 0U; in ll_sync_create() 159 scan_coded->periodic.state = LL_SYNC_STATE_IDLE; in ll_sync_create() 160 scan_coded->periodic.filter_policy = in ll_sync_create() 161 scan->periodic.filter_policy; in ll_sync_create() 164 if (!scan->periodic.filter_policy) { in ll_sync_create() [all …]
|
D | ull_scan_types.h | 34 } periodic; member
|
D | ull_scan_aux.c | 150 return (!scan->periodic.cancelled) ? scan->periodic.sync : NULL; in sync_create_get() 451 if (sync && (scan->periodic.state != LL_SYNC_STATE_CREATED)) { in ull_scan_aux_setup() 917 if (sync && (scan->periodic.state != LL_SYNC_STATE_CREATED)) { in ull_scan_aux_setup() 918 scan->periodic.state = LL_SYNC_STATE_IDLE; in ull_scan_aux_setup() 1785 if (sync && (scan->periodic.state != LL_SYNC_STATE_CREATED)) { in ull_scan_aux_setup() 2154 if (sync && (scan->periodic.state != LL_SYNC_STATE_CREATED)) { in ull_scan_aux_setup() 2155 scan->periodic.state = LL_SYNC_STATE_IDLE; in ull_scan_aux_setup()
|
/Zephyr-latest/samples/bluetooth/periodic_sync/ |
D | README.rst | 25 another board that will start periodic advertising, to which this sample will 26 establish periodic advertising synchronization.
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.adv | 43 intervals. Scanners can synchronize to the periodic advertisements 59 Syncing with a periodic advertiser allows the device to periodically 74 int "Maximum number of simultaneous periodic advertising syncs" 78 Maximum number of simultaneous periodic advertising syncs supported.
|
/Zephyr-latest/samples/bluetooth/iso_receive/ |
D | README.rst | 29 another board that will start periodic advertising, create BIG to which this 30 sample will establish periodic advertising synchronization and synchronize to
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 5 Respond to periodic advertising and establish a connection. 30 another board that will start periodic advertising and connect to this sample
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_broadcast_assistant.rst | 10 Assistant shall support scanning for periodic advertisements and may optionally 11 support the periodic advertisements synchronization transfer (PAST) protocol. 14 The Broadcast Assistant scans for periodic advertisements and transfer 65 Start scanning for periodic advertisements for a server: 69 The Broadcast Assistant will not actually start scanning for periodic
|
D | bap_scan_delegator.rst | 8 The Scan Delegator may optionally support the periodic advertisements 19 does not actually support syncing with periodic advertisements yet.
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | common.c | 59 sync = scan->periodic.sync; in common_create_per_sync_set()
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | frdm_k64f.overlay | 20 periodic-trigger;
|
D | frdm_k82f.overlay | 20 periodic-trigger;
|
/Zephyr-latest/samples/bluetooth/periodic_adv/ |
D | README.rst | 24 Zephyr tree that will scan and establish a periodic advertising synchronization
|
/Zephyr-latest/samples/bluetooth/peripheral_past/ |
D | README.rst | 25 another board that will connect to this and transfer a periodic advertisement
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 23 A periodic timer will clear the accessed state of all virtual pages. 50 A periodic timer will fire that clears the accessed state of all virtual
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | tests.nrf5340bsim_nrf5340_cpunet.txt | 8 tests/bsim/bluetooth/host/adv/periodic
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/ |
D | README.rst | 29 Zephyr tree that will scan, establish a periodic advertising synchronization,
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 66 [00:00:05.784,698] <inf> iso_broadcast_receiver: Waiting for periodic advertiser 71 [00:00:05.796,081] <inf> iso_broadcast_receiver: Waiting for periodic sync 72 [00:00:06.453,460] <err> bt_scan: Unknown handle 0x0000 for periodic advertising report
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 38 another board that will start periodic advertising, which will connect to this
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | Kconfig | 83 bool "periodic data acquisition"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 11 Will start advertising extended advertising with audio flags, periodic advertising with the
|
/Zephyr-latest/drivers/counter/ |
D | counter_timer_shell.c | 214 SHELL_CMD_ARG(periodic, &dsub_device_name,
|
123