Lines Matching refs:a2dp
450 The :code:`a2dp` command exposes parts of the A2DP API.
455 * Source and Sink sides register a2dp callbacks. using :code:`a2dp register_cb`.
456 …nd Sink sides register stream endpoints. using :code:`a2dp register_ep source sbc` and :code:`a2dp…
457 …onnection. It will create the AVDTP Signaling and Media L2CAP channels. using :code:`a2dp connect`.
458 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
459 …re the stream to create the stream after discover remote's endpoints. using :code:`a2dp configure`.
460 * Source or Sink establish the stream. using :code:`a2dp establish`.
461 * Source or Sink start the media. using :code:`a2dp start`.
462 * Source test the media sending. using :code:`a2dp send_media` to send one test packet data.
470 uart:~$ a2dp register_cb
472 uart:~$ a2dp register_ep source sbc
474 uart:~$ a2dp connect
477 a2dp connected
478 uart:~$ a2dp discover_peer_eps
495 uart:~$ a2dp configure
498 uart:~$ a2dp establish
501 uart:~$ a2dp start
504 uart:~$ a2dp send_media
512 uart:~$ a2dp register_cb
514 uart:~$ a2dp register_ep sink sbc
516 <after a2dp connect>
520 a2dp connected
521 <after a2dp configure of source side>
526 <after a2dp establish of source side>
529 <after a2dp start of source side>
532 <after a2dp send_media of source side>