FreeCalypso > hg > fc-tourmaline
view src/ui/mfw/mfw_BtipsVg.h @ 85:332bff2bd3b4
rm src/ui/bmi/mmiBtips*
This code came from LoCosto version of BMI, but it is not compiled
in our TCS2/TCS3 hybrid, and it is an area of functionality (Bluetooth)
which we principally Do Not Want in FreeCalypso - so remove it.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 00:38:23 +0000 |
parents | 67bfe9f274f6 |
children |
line wrap: on
line source
#ifndef DEF_MFW_BTIPS_VG #define DEF_MFW_BTIPS_VG /* ========================================================= * Texas Instruments OMAP(TM) Platform Software * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. * * Use of this software is controlled by the terms and conditions found * in the license agreement under which this software has been supplied. * ========================================================== */ /* $Project name: Basic Bluetooth MMI $Project code: $Module: Bluetooth BMG MFW $File: Mfw_BtipsVg.h $Revision: 1.0 $Author: Texas Instruments $Date: 26/06/07 ******************************************************************************** Description: This module provides the BTIPS VG APPlication functionality. ******************************************************************************** $History: Mfw_BtipsVg.h 26/06/07 Sasken original version $End *******************************************************************************/ /* Maximum files to be displayed in the MMI */ #define MFW_VG_APP_AT_STR_LEN 100 BOOL mfw_btips_vgConnect (BD_ADDR bdAddr); BOOL mfw_btips_vgDisconnect (BD_ADDR bdAddr); BOOL mfw_btips_vgIsDeviceConnected (BD_ADDR bdAddr); BOOL mfw_btips_vgTransferAudioToPhone (void); BOOL mfw_btips_vgTransferAudioToPhone (void); BOOL mfw_btips_vgIsAudioOnPhone (void); BOOL mfw_btips_vgIsAudioOnHF (void); BOOL mfw_btips_vgIsHandOverPossible (void); BOOL mfw_btips_vgGetConnectedDevice (BD_ADDR *bdAddr, U8 *name); #endif