compoent/bt:Fixed the BT/BLE statck bug from bluedroid7.1.1

This commit is contained in:
Yulong
2017-04-28 05:31:57 -04:00
parent 7db85a386a
commit 834d980e39
7 changed files with 47 additions and 9 deletions
@@ -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