Lines Matching full:code
16 When the Bluetooth stack has been initialized (:code:`bt init`), the Acceptor can be registered by
17 calling :code:`cap_acceptor init`, which will register the CAS and CSIS services, as well as
20 .. code-block:: console
42 :code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
43 If :code:`CONFIG_BT_CSIP_SET_MEMBER_NOTIFIABLE` is enabled, this will also notify connected
46 .. code-block:: console
56 .. code-block:: console
75 When the Bluetooth stack has been initialized (:code:`bt init`), the Initiator can discover CAS and
76 the optionally included CSIS instance by calling (:code:`cap_initiator discover`).
79 .. code-block:: console
116 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
124 .. code-block:: console
132 .. code-block:: console
168 To use multiple devices, simply connect to more and then use :code:`bt select` the device to execute
172 :code:`cap_initiator unicast_start` command can be used to put one or more streams into the
175 .. code-block:: console
182 To stop all the streams that has been started, the :code:`cap_initiator unicast_stop` command can be
186 .. code-block:: console
203 .. code-block:: console
216 The broadcast source is created by the :code:`cap_initiator ac_12`, :code:`cap_initiator ac_13`,
217 and :code:`cap_initiator ac_14` commands, configuring the broadcast source for the defined audio
219 :code:`cap_initiator broadcast_stop` or deleted with :code:`cap_initiator broadcast_delete`.
222 streaming. To update the metadata the :code:`cap_initiator broadcast_update` command can be used.
227 .. code-block:: console
233 The :code:`bt per-adv-data` command should be used afterwards to update the data is the advertised
234 BASE. The data must be little-endian, so in the above example the metadata :code:`03020400` is
235 setting the metadata entry with :code:`03` as the length, :code:`02` as the type (streaming context)
236 and :code:`0400` as the value :code:`BT_AUDIO_CONTEXT_TYPE_MEDIA`
252 When the Bluetooth stack has been initialized (:code:`bt init`), the Commander can discover CAS and
253 the optionally included CSIS instance by calling (:code:`cap_commander discover`).
255 .. code-block:: console
274 distribute_broadcast_code : Distribute broadcast code <src_id [...]> <broadcast_code>
278 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
287 .. code-block:: console
296 .. code-block:: console
315 .. code-block:: console
347 .. code-block:: console
381 .. code-block:: console
417 .. code-block:: console
449 .. code-block:: console
465 Distributing the broadcast code
468 .. code-block:: console
481 Distribute broadcast code completed