Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc65 static void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove() function
832 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { ::wipe_secrets_and_remove(p_dev_rec); } in wipe_secrets_and_remove() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc251 TEST_F(StackBtmSecWithInitFreeTest, wipe_secrets_and_remove) { in TEST_F() argument