Home
last modified time | relevance | path

Searched refs:btif_storage_remove_bonded_device (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_storage.h140 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t* remote_bd_addr);
/system/bt/btif/src/
Dbtif_dm.cc1063 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1164 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1171 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1201 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1683 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_upstreams_evt()
2322 btif_storage_remove_bonded_device((bt_bdaddr_t*)bd_addr); in btif_dm_cancel_bond()
2908 btif_storage_remove_bonded_device(&bdaddr); in btif_dm_ble_auth_cmpl_evt()
Dbtif_storage.cc759 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t* remote_bd_addr) { in btif_storage_remove_bonded_device() function