remove btle_gattc.h

master
Rohit Grover 2015-05-06 12:00:26 +01:00
parent 9516ab8850
commit 75938af286
4 changed files with 5 additions and 30 deletions

View File

@ -24,7 +24,6 @@
#include "ble_conn_params.h"
#include "btle_gap.h"
#include "btle_gattc.h"
#include "btle_advertising.h"
#include "custom/custom_helper.h"
@ -37,6 +36,7 @@
#include "device_manager.h"
#include "ble_hci.h"
#include "btle_discovery.h"
extern "C" void assert_nrf_callback(uint16_t line_num, const uint8_t *p_file_name);
void app_error_handler(uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name);

View File

@ -20,7 +20,6 @@
#include "nrf_error.h"
#include "btle_discovery.h"
#include "ble_err.h"
#include "btle_gattc.h"
static NordicServiceDiscovery discoverySingleton;
ServiceDiscovery *ServiceDiscovery::getSingleton(void) {

View File

@ -17,11 +17,12 @@
#ifndef _BTLE_DISCOVERY_H_
#define _BTLE_DISCOVERY_H_
#include "blecommon.h"
#include <stdio.h>
#include "ble.h"
#include "UUID.h"
#include "Gap.h"
#include "ble_gattc.h"
#include <stdio.h>
void bleGattcEventHandler(const ble_evt_t *p_ble_evt);
/**@brief Structure for holding information about the service and the characteristics found during
* the discovery process.

View File

@ -1,25 +0,0 @@
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _BTLE_GATTC_H_
#define _BTLE_GATTC_H_
#include "btle.h"
#include "Gap.h"
void bleGattcEventHandler(const ble_evt_t *p_ble_evt);
#endif // ifndef _BTLE_GATTC_H_