mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 00:18:05 +00:00
separate the btm layer from SMP security
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
//#include "bt_utils.h"
|
||||
#include "gap_int.h"
|
||||
|
||||
#if (CLASSIC_BT_INCLUDED == TRUE)
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function gap_allocate_cb
|
||||
@@ -136,3 +137,5 @@ UINT16 gap_convert_btm_status (tBTM_STATUS btm_status)
|
||||
return (GAP_ERR_PROCESSING);
|
||||
}
|
||||
}
|
||||
|
||||
#endif ///CLASSIC_BT_INCLUDED == TRUE
|
||||
Reference in New Issue
Block a user