Lines Matching full:sink
9 * Source and Sink sides register a2dp callbacks. using :code:`a2dp register_cb`.
10 …* Source and Sink sides register stream endpoints. using :code:`a2dp register_ep source sbc` and :…
12 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
13 …* Source or Sink configure the stream to create the stream after discover remote's endpoints. usin…
14 * Source or Sink establish the stream. using :code:`a2dp establish`.
15 * Source or Sink start the media. using :code:`a2dp start`.
17 * Source or Sink suspend the media. using :code:`a2dp suspend`.
18 * Source or Sink release the media. using :code:`a2dp release`.
35 endpoint id: 1, (sink), (idle):
70 .. group-tab:: Device B (Audio Sink Side)
76 uart:~$ a2dp register_ep sink sbc
77 SBC sink endpoint is registered