Lines Matching +full:remote +full:- +full:endpoint

6  * Copyright (c) 2015-2016 Intel Corporation
9 * SPDX-License-Identifier: Apache-2.0
35 /** @brief define the audio endpoint
47 /** @brief define the audio sink endpoint
54 /** @brief define the audio source endpoint
61 /** @brief define the SBC sink endpoint that can be used as
65 * is more convenient for user to register SBC endpoint.
91 /** @brief define the SBC source endpoint that can be used as bt_a2dp_register_endpoint's
95 * is more convenient for user to register SBC endpoint.
97 * @param _name the endpoint variable name.
120 /** @brief define the default SBC sink endpoint that can be used as
124 * is more convenient for user to register SBC endpoint.
126 * @param _name the endpoint variable name.
140 /** @brief define the default SBC source endpoint that can be used as bt_a2dp_register_endpoint's
144 * is more convenient for user to register SBC endpoint.
146 * @param _name the endpoint variable name.
192 * @param _freq_cfg the frequency to configure the remote same codec type endpoint.
244 /** MPF-2 is not supported */
296 /** Codec MPEG-1 */
298 /** Codec MPEG-2 */
302 /** Codec Non-A2DP */
312 /** @brief codec information elements for the endpoint */
320 /** @brief The endpoint configuration */
357 * @brief Called when a stream endpoint is discovered.
360 * object. It'll be called on each valid stream endpoint discovery completion.
361 * When no more endpoint then NULL is passed to the user. Otherwise user can get
362 * valid endpoint information from parameter info, user can set parameter ep to
363 * get the endpoint after the callback is return.
364 * The returned function value allows the user to control retrieving follow-up
370 * @param a2dp a2dp connection object identifying a2dp connection to queried remote.
371 * @param info Object pointing to the information of the callbacked endpoint.
372 * @param ep If the user want to use this found endpoint, user can set value to it
373 * to get the endpoint that can be used further in other A2DP APIs. It is NULL if info
374 * is NULL (no more endpoint is found).
377 * for next endpoint. By returning BT_A2DP_DISCOVER_EP_STOP user allows this
386 /** The discovered endpoint info that is callbacked by cb */
388 /** The max count of remote endpoints that can be got,
389 * it save endpoint info internally.
392 /** The max count of seps (stream endpoint) that can be got in this call route */
402 * In case the err parameter is non-zero it means that the
418 * @brief Endpoint config request callback
420 * The callback is called whenever an endpoint is requested to be
424 * @param[in] ep Local Audio Endpoint being configured.
426 * @param[out] stream Pointer to stream that will be configured for the endpoint.
436 * @brief Endpoint config request callback
438 * The callback is called whenever an endpoint is requested to be
454 * @param[in] rsp_err_code the remote responded error code
477 * @param[in] rsp_err_code the remote responded error code
500 * @param[in] rsp_err_code the remote responded error code
522 * @param[in] rsp_err_code the remote responded error code
544 * @param[in] rsp_err_code the remote responded error code
566 * @param[in] rsp_err_code the remote responded error code
599 /** @brief Endpoint Registration.
602 * @param media_type Media type that the Endpoint is, #bt_avdtp_media_type.
603 * @param sep_type Stream endpoint type, #bt_avdtp_sep_type.
611 * The cb is called when bt_a2dp_connect is called or it is operated by remote device.
619 /** @brief Discover remote endpoints.
630 /** local endpoint */
632 /** remote endpoint */
634 /** remote endpoint's Stream End Point ID */
644 /** @brief The stream endpoint related operations */
733 /** @brief configure endpoint.
735 * bt_a2dp_discover can be used to find remote's endpoints.
736 * This function to configure the selected endpoint that is found by
742 * @param local_ep The configured endpoint that is registered.
743 * @param remote_ep The remote endpoint.
744 * @param config The config to configure the endpoint.
793 /** @brief re-configure a2dp streamer