Home
last modified time | relevance | path

Searched refs:wipe_secrets_and_remove (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc64 static void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove() function
192 wipe_secrets_and_remove(p_dev_rec); in BTM_SecDeleteDevice()
414 wipe_secrets_and_remove(p_dev_rec); in btm_consolidate_dev()
426 wipe_secrets_and_remove(p_dev_rec); in btm_consolidate_dev()
470 wipe_secrets_and_remove(p_dev_rec); in btm_dev_consolidate_existing_connections()
483 wipe_secrets_and_remove(p_dev_rec); in btm_dev_consolidate_existing_connections()
591 wipe_secrets_and_remove(p_dev_rec); in btm_sec_allocate_dev_rec()
757 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove() function
758 ::wipe_secrets_and_remove(p_dev_rec); in wipe_secrets_and_remove()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc54 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec);
60 using bluetooth::testing::legacy::wipe_secrets_and_remove;
171 wipe_secrets_and_remove(device_record); in TEST_F()
193 wipe_secrets_and_remove(device_record); in TEST_F()
267 TEST_F(StackBtmSecWithInitFreeTest, wipe_secrets_and_remove) { in TEST_F() argument
282 wipe_secrets_and_remove(device_record); in TEST_F()