Loading system/btif/src/btif_dm.c +4 −0 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,11 @@ bt_status_t btif_dm_cancel_bond(const bt_bdaddr_t *bd_addr) BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_PAIR_NOT_SPT); } else { BTA_DmConfirm( (UINT8 *)bd_addr->address, FALSE); BTA_DmBondCancel ((UINT8 *)bd_addr->address); btif_storage_remove_bonded_device((bt_bdaddr_t *)bd_addr); } } else { Loading Loading
system/btif/src/btif_dm.c +4 −0 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,11 @@ bt_status_t btif_dm_cancel_bond(const bt_bdaddr_t *bd_addr) BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_PAIR_NOT_SPT); } else { BTA_DmConfirm( (UINT8 *)bd_addr->address, FALSE); BTA_DmBondCancel ((UINT8 *)bd_addr->address); btif_storage_remove_bonded_device((bt_bdaddr_t *)bd_addr); } } else { Loading