Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_btm_ble_privacy.cc64 struct btm_ble_resolving_list_remove_dev btm_ble_resolving_list_remove_dev; variable
120 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev() function
122 test::mock::stack_btm_ble_privacy::btm_ble_resolving_list_remove_dev( in btm_ble_resolving_list_remove_dev()
Dmock_stack_btm_ble_privacy.h142 struct btm_ble_resolving_list_remove_dev { struct
147 extern struct btm_ble_resolving_list_remove_dev argument
148 btm_ble_resolving_list_remove_dev;
/system/bt/stack/btm/
Dbtm_ble_int.h125 extern void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec);
Dbtm_ble_privacy.cc804 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev() function
Dbtm_sec.cc4811 btm_ble_resolving_list_remove_dev(p_dev_rec); in btm_sec_clear_ble_keys()