mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 06:26:49 +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:
@@ -26,10 +26,10 @@
|
||||
|
||||
#if (BLE_INCLUDED == TRUE && SMP_INCLUDED == TRUE)
|
||||
|
||||
#include "btu.h"
|
||||
#include "btm_ble_api.h"
|
||||
#include "btm_api.h"
|
||||
#include "smp_api.h"
|
||||
#include "stack/btu.h"
|
||||
#include "stack/btm_ble_api.h"
|
||||
#include "stack/btm_api.h"
|
||||
#include "stack/smp_api.h"
|
||||
|
||||
#define SMP_MODEL_ENCRYPTION_ONLY 0 /* Legacy mode, Just Works model */
|
||||
#define SMP_MODEL_PASSKEY 1 /* Legacy mode, Passkey Entry model, this side inputs the key */
|
||||
|
Reference in New Issue
Block a user