mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
compoent/bt:Fixed the BT/BLE statck bug from bluedroid7.1.1
This commit is contained in:
@@ -3691,6 +3691,17 @@ UINT8 *BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len);
|
||||
//extern
|
||||
char *BTM_SecReadDevName (BD_ADDR bd_addr);
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function BTM_SecClearSecurityFlags
|
||||
**
|
||||
** Description Reset the security flags (mark as not-paired) for a given
|
||||
** remove device.
|
||||
**
|
||||
*******************************************************************************/
|
||||
extern void BTM_SecClearSecurityFlags (BD_ADDR bd_addr);
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
** POWER MANAGEMENT FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user