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

Commit 27c073cf authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Android Git Automerger
Browse files

am 5745a1d4: Remove BTE/BTIF version strings. DID profile should specify stack version info.

* commit '5745a1d4':
  Remove BTE/BTIF version strings. DID profile should specify stack version info.
parents 29196abc 5745a1d4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -100,12 +100,6 @@ extern int (*p_bte_hci_send)(UINT16 port, BT_HDR *p_msg);
/* Protocol trace mask */
extern UINT32 bte_proto_trace_mask;

/* BTE version string */
extern const UINT8 bte_version_string[];

/* BTIF version string */
extern const UINT8 btif_version_string[];

typedef struct tBAUD_REG_tag {
    UINT8 DHBR;
    UINT8 DLBR;

system/main/bte_version.c

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
/******************************************************************************
 *
 *  Copyright (C) 2001-2012 Broadcom Corporation
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at:
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *
 ******************************************************************************/

#include "bt_types.h"

const UINT8 bte_version_string[] = "BCM1200_PI_10.3.20.52";
const UINT8 btif_version_string[] = "BDROID-PLUS-420-10_00.10";