Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc98 struct btif_storage_update_csis_info btif_storage_update_csis_info; variable
336 void btif_storage_update_csis_info(const RawAddress& addr) { in btif_storage_update_csis_info() function
338 test::mock::btif_profile_storage::btif_storage_update_csis_info(addr); in btif_storage_update_csis_info()
Dmock_btif_profile_storage.h562 struct btif_storage_update_csis_info { struct
567 extern struct btif_storage_update_csis_info btif_storage_update_csis_info; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h148 void btif_storage_update_csis_info(const RawAddress& addr);
Dbtif_storage.h369 void btif_storage_update_csis_info(const RawAddress& addr);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc1076 void btif_storage_update_csis_info(const RawAddress& addr) { in btif_storage_update_csis_info() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc1665 btif_storage_update_csis_info(device->addr); in OnCsisSirkValueUpdate()