component/bt: Fix bug of remove bond device fail when BLE and BT are connectd at the same time

This commit is contained in:
baohongde
2018-07-16 15:43:01 +08:00
parent 7f382f461c
commit 11ca056320
4 changed files with 40 additions and 23 deletions

View File

@@ -3417,8 +3417,7 @@ BOOLEAN BTM_SecAddDevice (BD_ADDR bd_addr, DEV_CLASS dev_class,
**
*******************************************************************************/
//extern
BOOLEAN BTM_SecDeleteDevice (BD_ADDR bd_addr);
BOOLEAN BTM_SecDeleteDevice (BD_ADDR bd_addr, tBT_TRANSPORT transport);
/*******************************************************************************
**