FreeCalypso > hg > fc-magnetite
comparison src/ui3/mfw/mfw_BtipsVg.h @ 420:e8ddbb0837ed
src/ui3: initial import of TCS3/LoCosto BMI & MFW code
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 21 Jan 2018 03:09:00 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 419:59143cd42ec7 | 420:e8ddbb0837ed |
|---|---|
| 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 |
