view src/aci2/mfw/mfw_bta.h @ 671:5f00e9afd5d9

removing clutter: INIT_blob provision The lost init.c source was reconstructed from init.obj in 2017; prior to that reconstruction we were compiling main.lib from partial source: using the init module in blob form with various binary patches, but recompiling create_RVtasks.c from source so we could change RiViera SWE configuration. We've been using the fully reconstructed version of init.c since 2017, and now the old INIT_blob provision (which is not used by any config) is just extra noise in our targets/*.conf files. This commit removes all bits related to this provision, reducing clutter and making it easier to add new targets.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 29 May 2020 02:36:39 +0000
parents 93999a60b835
children
line wrap: on
line source

/*
+--------------------------------------------------------------------+
| PROJECT: MMI-Framework (8445)         $Workfile:: mfw_bta.h       $|
| $Author:: Rm                          $Revision::  1              $|
| CREATED: 05.01.01                     $Modtime:: 05.01.01 12:21   $|
| STATE  : code                                                      |
+--------------------------------------------------------------------+

	PURPOSE :  This modul contains the definition for BT management.
    .
*/

#ifndef DEF_MFW_BTA_HEADER
#define DEF_MFW_BTA_HEADER

EXTERN BOOL bta_response_cb (ULONG opc, void * data);

EXTERN T_MFW_BT_SERVICE_LST found_headset;
EXTERN T_MFW_BT_SERVICE_LST found_dial_up;
EXTERN T_MFW_BT_SERVICE_LST found_fax;
EXTERN T_MFW_BT_SERVICE_LST found_opp;
EXTERN T_MFW_BT_SERVICE_LST found_sync;
EXTERN T_MFW_BT_SERVICE_LST found_sync_cmd;

EXTERN T_MFW_BT_DEVICE_LST service_list;

#endif