Home
last modified time | relevance | path

Searched refs:initiator (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/
Dcompile.sh13 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
25 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
36 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
48 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay36 compatible = "zephyr,ipc-icmsg-me-initiator";
50 compatible = "zephyr,ipc-icmsg-me-initiator";
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dpong.h8 void pong_conn_ready(bool initiator);
Dble.c53 static bool initiator; variable
226 pong_conn_ready(initiator); in discover_func()
250 initiator = (info.role == BT_CONN_ROLE_CENTRAL); in connected()
515 pong_conn_ready(initiator); in pong_ccc_cfg_changed()
Dmain.c185 static void game_init(bool initiator) in game_init() argument
191 if (!initiator) { in game_init()
479 void pong_conn_ready(bool initiator) in pong_conn_ready() argument
482 game_init(initiator); in pong_conn_ready()
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_initiator.c482 if (cap_stream == active_proc->proc_param.initiator[i].stream) { in set_cap_stream_in_progress()
483 active_proc->proc_param.initiator[i].in_progress = value; in set_cap_stream_in_progress()
501 if (active_proc->proc_param.initiator[i].stream == cap_stream) { in get_proc_param_by_cap_stream()
502 return &active_proc->proc_param.initiator[i]; in get_proc_param_by_cap_stream()
526 proc_param = &active_proc->proc_param.initiator[i]; in update_proc_done_cnt()
587 proc_param = &active_proc->proc_param.initiator[i]; in update_proc_done_cnt()
625 proc_param = &active_proc->proc_param.initiator[active_proc->proc_done_cnt]; in update_proc_done_cnt()
668 proc_param = &active_proc->proc_param.initiator[i]; in get_next_proc_param()
965 active_proc->proc_param.initiator[i].stream = cap_stream; in cap_initiator_unicast_audio_configure()
966 active_proc->proc_param.initiator[i].start.ep = stream_param->ep; in cap_initiator_unicast_audio_configure()
[all …]
Dcap_common.c184 if (active_proc.proc_param.initiator[i].stream->bap_stream.conn == conn) { in bt_cap_common_conn_in_active_proc()
210 if (active_proc.proc_param.initiator[i].stream == cap_stream) { in bt_cap_common_stream_in_active_proc()
Dcap_internal.h171 initiator[CONFIG_BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT]; member
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/
DREADME.rst10 A simple application demonstrating the initiator side of the BLE
13 How the initiator decides the address of the synced device to connect to
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig30 bool "ICMSG backend with multi-endpoint support in initiator role"
37 on circular packet buffer. This enables enpoint discovery initiator
DKconfig.icmsg_me29 initiator and the follower.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtmap.rst6 devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of
Dgmap.rst6 devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of
Dcap.rst77 The CAP initiator also supports broadcast audio as a source.
82 cap_initiator - Bluetooth CAP initiator shell commands
194 To start a broadcast as the CAP initiator there are a few steps to be done:
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst313 * If ``address of rx-region < address of tx-region``, then it is initiator.
327 The initiator sends a binding message.
348 The endpoint binding procedure from the initiator's point of view is the following:
350 #. The initiator assigns an endpoint address to this endpoint.
351 #. The initiator sends a binding message containing the endpoint name and address.
352 #. The initiator waits for any message from the follower using this endpoint address.
354 #. The initiator is bound to an endpoint, and it can send data messages using this endpoint.
366 #. The follower stores the endpoint address assigned to this endpoint by the initiator.
Dicbmsg_flows.svg366 The initiator starts first
372 The initiator starts first
/Zephyr-latest/samples/bluetooth/cap_initiator/
DKconfig4 mainmenu "Bluetooth: Common Audio Profile initiator sample"
/Zephyr-latest/modules/uoscore-uedhoc/
DCMakeLists.txt91 ${UOSCORE_UEDHOC_SRC_DIR}/edhoc/initiator.c
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst75 The agent is the initiator/requester. The messages passed through these
78 The platform is the initiator/requester.
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst52 Flash one device with the initiator application, and another device with the
/Zephyr-latest/modules/openthread/
DKconfig.features213 bool "Link Metrics initiator"
DCMakeLists.txt88 …AD_LINK_METRICS_INITIATOR OT_LINK_METRICS_INITIATOR "Enable Link Metrics initiator for Thread 1.2")
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split741 Enable non-overlapping placement of observer, initiator and central
749 initiator, central or peripheral roles are active in the local controller.
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst397 * Implemented the CAP initiator broadcast audio start, stop and metadata
412 * Added the CAP initiator cancel procedure.
Drelease-notes-3.6.rst99 * The CAP initiator APIs have been streamlined and follow the same parameter pattern.

12