component/bt : modify header files to avoid conflict

1. add the L1 include path with a prefix, such like osi/list.h, stack/a2d_api.h and etc.
2. modify component, only bluedroid/api/include/api is export to another component and application,
   other include path just for bluedroid used
3. put bluedroid/include into common/include/common, so the root directory of bluedroid have no include path.
4. modify doxygen to use esp_bt.h and redirect to
component/bt/bluedroid/api/include/api/

fix compile
This commit is contained in:
Tian Hao
2018-04-08 12:10:50 +08:00
parent 0236592fe5
commit adada3f67e
394 changed files with 1821 additions and 1810 deletions

View File

@@ -25,20 +25,20 @@
#include <stdlib.h>
#include <string.h>
#include "allocator.h"
#include "osi/allocator.h"
#include "bt_defs.h"
#include "common/bt_defs.h"
#include "bt_types.h"
#include "stack/bt_types.h"
#include "l2cdefs.h"
#include "hcidefs.h"
#include "hcimsgs.h"
#include "stack/l2cdefs.h"
#include "stack/hcidefs.h"
#include "stack/hcimsgs.h"
#include "sdp_api.h"
#include "stack/sdp_api.h"
#include "sdpint.h"
#include "btu.h"
#include "stack/btu.h"
#if (SDP_INCLUDED == TRUE)
static const UINT8 sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,