blob: 96e3a4116c262999f1122094d2c86127e4cf2628 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*****************************************************************************/
/* */
/* Name: bte_version.c */
/* */
/* Description: */
/* BTE Version string declaration. */
/* */
/* Copyright (c) 2001 - 2004, WIDCOMM Inc., All Rights Reserved. */
/* WIDCOMM Bluetooth Core. Proprietary and confidential. */
/*****************************************************************************/
#include "bt_types.h"
const UINT8 bte_version_string[] = "BCM1200_PI_10.3.20.33";
|