FreeCalypso > hg > fc-tourmaline
comparison src/ui/mfw/mfw_BtipsVg.h @ 3:67bfe9f274f6
src/ui: import of src/ui3 from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:33:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:3a14ee9a9843 | 3:67bfe9f274f6 |
---|---|
1 #ifndef DEF_MFW_BTIPS_VG | |
2 #define DEF_MFW_BTIPS_VG | |
3 /* ========================================================= | |
4 * Texas Instruments OMAP(TM) Platform Software | |
5 * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. | |
6 * | |
7 * Use of this software is controlled by the terms and conditions found | |
8 * in the license agreement under which this software has been supplied. | |
9 * ========================================================== */ | |
10 /* | |
11 $Project name: Basic Bluetooth MMI | |
12 $Project code: | |
13 $Module: Bluetooth BMG MFW | |
14 $File: Mfw_BtipsVg.h | |
15 $Revision: 1.0 | |
16 $Author: Texas Instruments | |
17 $Date: 26/06/07 | |
18 | |
19 ******************************************************************************** | |
20 | |
21 Description: | |
22 | |
23 This module provides the BTIPS VG APPlication functionality. | |
24 | |
25 ******************************************************************************** | |
26 $History: Mfw_BtipsVg.h | |
27 | |
28 26/06/07 Sasken original version | |
29 | |
30 $End | |
31 | |
32 *******************************************************************************/ | |
33 | |
34 /* Maximum files to be displayed in the MMI */ | |
35 | |
36 #define MFW_VG_APP_AT_STR_LEN 100 | |
37 | |
38 | |
39 BOOL mfw_btips_vgConnect (BD_ADDR bdAddr); | |
40 | |
41 BOOL mfw_btips_vgDisconnect (BD_ADDR bdAddr); | |
42 | |
43 BOOL mfw_btips_vgIsDeviceConnected (BD_ADDR bdAddr); | |
44 | |
45 BOOL mfw_btips_vgTransferAudioToPhone (void); | |
46 | |
47 BOOL mfw_btips_vgTransferAudioToPhone (void); | |
48 | |
49 BOOL mfw_btips_vgIsAudioOnPhone (void); | |
50 | |
51 BOOL mfw_btips_vgIsAudioOnHF (void); | |
52 | |
53 BOOL mfw_btips_vgIsHandOverPossible (void); | |
54 BOOL mfw_btips_vgGetConnectedDevice (BD_ADDR *bdAddr, U8 *name); | |
55 | |
56 #endif | |
57 | |
58 |