Home
last modified time | relevance | path

Searched refs:btif_storage_remove_hidd (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc76 struct btif_storage_remove_hidd btif_storage_remove_hidd; variable
121 bt_status_t btif_storage_remove_hidd::return_value = BT_STATUS_SUCCESS;
261 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd() function
263 return test::mock::btif_profile_storage::btif_storage_remove_hidd( in btif_storage_remove_hidd()
Dmock_btif_profile_storage.h387 struct btif_storage_remove_hidd { struct
395 extern struct btif_storage_remove_hidd btif_storage_remove_hidd; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h185 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr);
Dbtif_storage.h405 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc133 btif_storage_remove_hidd(&bd_addr); in btif_hd_remove_device()
Dbtif_profile_storage.cc1177 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd() function