component/bt : cleanup the un-necessary include in api.h

1. cleanup the un-necessary include in api.h for "extern c"
2. add UUID define
This commit is contained in:
Tian Hao
2016-12-09 14:35:02 +08:00
parent 4c6ccf1c23
commit 1be09039e3
6 changed files with 95 additions and 7 deletions

View File

@@ -15,10 +15,8 @@
#ifndef __ESP_GATTS_API_H__
#define __ESP_GATTS_API_H__
#include "bt_types.h"
#include "esp_bt_defs.h"
#include "esp_gatt_defs.h"
#include "bta_gatt_api.h"
#include "esp_err.h"
#ifdef __cplusplus