Home
last modified time | relevance | path

Searched refs:periodic (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst25 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/
Dull_sync.c126 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 …]
Dull_scan_types.h34 } periodic; member
Dull_scan_aux.c150 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/
DREADME.rst25 another board that will start periodic advertising, to which this sample will
26 establish periodic advertising synchronization.
/Zephyr-latest/subsys/bluetooth/
DKconfig.adv43 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/
DREADME.rst29 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/
DREADME.rst5 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/
Dbap_broadcast_assistant.rst10 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
Dbap_scan_delegator.rst8 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/
Dcommon.c59 sync = scan->periodic.sync; in common_create_per_sync_set()
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dfrdm_k64f.overlay20 periodic-trigger;
Dfrdm_k82f.overlay20 periodic-trigger;
/Zephyr-latest/samples/bluetooth/periodic_adv/
DREADME.rst24 Zephyr tree that will scan and establish a periodic advertising synchronization
/Zephyr-latest/samples/bluetooth/peripheral_past/
DREADME.rst25 another board that will connect to this and transfer a periodic advertisement
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig23 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/
Dtests.nrf5340bsim_nrf5340_cpunet.txt8 tests/bsim/bluetooth/host/adv/periodic
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DREADME.rst29 Zephyr tree that will scan, establish a periodic advertising synchronization,
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst66 [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/
DREADME.rst38 another board that will start periodic advertising, which will connect to this
/Zephyr-latest/tests/benchmarks/posix/threads/
DREADME.rst26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
DKconfig83 bool "periodic data acquisition"
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DREADME.rst11 Will start advertising extended advertising with audio flags, periodic advertising with the
/Zephyr-latest/drivers/counter/
Dcounter_timer_shell.c214 SHELL_CMD_ARG(periodic, &dsub_device_name,

123