From f751b01146d81fd70645907f5fd3a4cc3a7acc02 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Tue, 13 Aug 2013 20:05:34 -0700 Subject: [PATCH] Move bta_dm_remove_sec_dev_entry declaration out of BLE ifdef The method applies to non-BLE cases. Change-Id: I57508d09015e4ec4a74edf2d1fbc607fd692b402 --- bta/dm/bta_dm_act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bta/dm/bta_dm_act.c b/bta/dm/bta_dm_act.c index 68bae03..b020153 100644 --- a/bta/dm/bta_dm_act.c +++ b/bta/dm/bta_dm_act.c @@ -107,12 +107,12 @@ static void bta_dm_gattc_callback(tBTA_GATTC_EVT event, tBTA_GATTC *p_data); static void bta_dm_observe_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir); static void bta_dm_observe_cmpl_cb (void * p_result); -static void bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr); - #ifndef BTA_DM_BLE_ADV_CHNL_MAP #define BTA_DM_BLE_ADV_CHNL_MAP (BTM_BLE_ADV_CHNL_37|BTM_BLE_ADV_CHNL_38|BTM_BLE_ADV_CHNL_39) #endif #endif +static void bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr); + extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128); const UINT16 bta_service_id_to_uuid_lkup_tbl [BTA_MAX_SERVICE_ID] = -- 2.11.0