Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99833937 authored by Myles Watson's avatar Myles Watson
Browse files

bta: Fix comment formatting after clang-format

Test: mma -j32
Change-Id: Ic945ac421b1918527105c59674eda89afd3d4126
parent 8dfd1ea0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -499,8 +499,7 @@ static tBTA_AG_PEER_CODEC bta_ag_parse_bac(tBTA_AG_SCB* p_scb, char* p_s) {
 * Function         bta_ag_process_unat_res
 *
 * Description      Process the unat response data and remove extra carriage
 *return
 *                  and line feed
 *                  return and line feed
 *
 *
 * Returns          void
+2 −3
Original line number Diff line number Diff line
@@ -146,8 +146,7 @@ void bta_ar_dereg_avdt(tBTA_SYS_ID sys_id) {
 * Function         bta_ar_avdt_conn
 *
 * Description      This function is called to let ar know that some AVDTP
 *profile
 *                  is connected for this sys_id.
 *                  profile is connected for this sys_id.
 *                  If the other sys modules started a timer for PENDING_EVT,
 *                  the timer can be stopped now.
 *
+2 −4
Original line number Diff line number Diff line
@@ -1604,8 +1604,7 @@ static void bta_av_accept_signalling_timer_cback(void* data) {
 * Function         bta_av_check_peer_features
 *
 * Description      check supported features on the peer device from the SDP
 *record
 *                  and return the feature mask
 *                  record and return the feature mask
 *
 * Returns          tBTA_AV_FEAT peer device feature mask
 *
@@ -1670,8 +1669,7 @@ tBTA_AV_FEAT bta_av_check_peer_features(uint16_t service_uuid) {
 * Function         bta_avk_check_peer_features
 *
 * Description      check supported features on the peer device from the SDP
 *record
 *                  and return the feature mask
 *                  record and return the feature mask
 *
 * Returns          tBTA_AV_FEAT peer device feature mask
 *
+3 −4
Original line number Diff line number Diff line
@@ -287,8 +287,7 @@ void BTA_AvStop(bool suspend) {
 *
 * Description      Reconfigure the audio/video stream.
 *                  If suspend is true, this function tries the
 *suspend/reconfigure
 *                  procedure first.
 *                  suspend/reconfigure procedure first.
 *                  If suspend is false or when suspend/reconfigure fails,
 *                  this function closes and re-opens the AVDT connection.
 *
@@ -545,8 +544,8 @@ void BTA_AvCloseRc(uint8_t rc_handle) {
 * Function         BTA_AvMetaRsp
 *
 * Description      Send a Metadata/Advanced Control response. The message
 *contained
 *                  in p_pkt can be composed with AVRC utility functions.
 *                  contained in p_pkt can be composed with AVRC utility
 *                  functions.
 *                  This function can only be used if AV is enabled with feature
 *                  BTA_AV_FEAT_METADATA.
 *
+4 −5
Original line number Diff line number Diff line
@@ -671,8 +671,8 @@ void bta_av_api_deregister(tBTA_AV_DATA* p_data) {
 *
 * Function         bta_av_ci_data
 *
 * Description      forward the BTA_AV_CI_SRC_DATA_READY_EVT to stream state
 *machine
 * Description      Forward the BTA_AV_CI_SRC_DATA_READY_EVT to stream state
 *                  machine.
 *
 *
 * Returns          void
@@ -878,8 +878,7 @@ static void bta_av_sys_rs_cback(UNUSED_ATTR tBTA_SYS_CONN_STATUS status,
 *
 * Description      receive & process the SCO connection up/down event from sys.
 *                  call setup also triggers this callback, to suspend av before
 *sco
 *                  activity happens, or to resume av once call ends.
 *                  SCO activity happens, or to resume av once call ends.
 *
 * Returns          void
 *
Loading