mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
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:
@@ -23,17 +23,17 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include "bt_target.h"
|
||||
#include "rfcdefs.h"
|
||||
#include "port_api.h"
|
||||
#include "common/bt_target.h"
|
||||
#include "stack/rfcdefs.h"
|
||||
#include "stack/port_api.h"
|
||||
#include "port_int.h"
|
||||
#include "btm_int.h"
|
||||
#include "btm_api.h"
|
||||
#include "stack/btm_api.h"
|
||||
#include "rfc_int.h"
|
||||
#include "l2c_api.h"
|
||||
#include "sdp_api.h"
|
||||
#include "allocator.h"
|
||||
#include "mutex.h"
|
||||
#include "stack/l2c_api.h"
|
||||
#include "stack/sdp_api.h"
|
||||
#include "osi/allocator.h"
|
||||
#include "osi/mutex.h"
|
||||
|
||||
#if (defined RFCOMM_INCLUDED && RFCOMM_INCLUDED == TRUE)
|
||||
/* duration of break in 200ms units */
|
||||
|
Reference in New Issue
Block a user