Home
last modified time | relevance | path

Searched refs:btm_ble_resolving_list_remove_dev (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble_privacy.cc50 struct btm_ble_resolving_list_remove_dev btm_ble_resolving_list_remove_dev; variable
97 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev() function
99 test::mock::stack_btm_ble_privacy::btm_ble_resolving_list_remove_dev( in btm_ble_resolving_list_remove_dev()
Dmock_stack_btm_ble_privacy.h118 struct btm_ble_resolving_list_remove_dev { struct
123 extern struct btm_ble_resolving_list_remove_dev argument
124 btm_ble_resolving_list_remove_dev;
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_privacy.h34 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc620 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev() function
Dbtm_sec.cc5176 btm_ble_resolving_list_remove_dev(p_dev_rec); in btm_sec_clear_ble_keys()