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.h137 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr);
/system/bt/btif/src/
Dbtif_dm.c1129 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1247 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1278 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_auth_cmpl_evt()
1782 btif_storage_remove_bonded_device(&bd_addr); in btif_dm_upstreams_evt()
2424 btif_storage_remove_bonded_device((bt_bdaddr_t *)bd_addr); in btif_dm_cancel_bond()
2452 btif_storage_remove_bonded_device((bt_bdaddr_t *)bd_addr); in btif_dm_cancel_bond()
3075 btif_storage_remove_bonded_device(&bdaddr); in btif_dm_ble_auth_cmpl_evt()
Dbtif_storage.c809 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr) in btif_storage_remove_bonded_device() function