Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/include/
H A Dbtif_storage.h98 bt_status_t btif_storage_set_remote_device_property(
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc506 status = btif_storage_set_remote_device_property(p_bd, &property); in btif_update_remote_version_property()
528 status = btif_storage_set_remote_device_property( in btif_update_remote_properties()
558 status = btif_storage_set_remote_device_property( in btif_update_remote_properties()
581 status = btif_storage_set_remote_device_property( in btif_update_remote_properties()
1131 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1355 ret = btif_storage_set_remote_device_property(&bd_addr, &prop); in btif_dm_search_services_evt()
1400 btif_storage_set_remote_device_property(&bd_addr, &prop[0]); in btif_dm_search_services_evt()
1410 ret = btif_storage_set_remote_device_property(&bd_addr, &prop[1]); in btif_dm_search_services_evt()
H A Dbtif_storage.cc752 bt_status_t btif_storage_set_remote_device_property( in btif_storage_set_remote_device_property() function
786 btif_storage_set_remote_device_property(remote_bd_addr, &addr_prop); in btif_storage_add_remote_device()
788 btif_storage_set_remote_device_property(remote_bd_addr, &properties[i]); in btif_storage_add_remote_device()
H A Dbtif_ble_scanner.cc153 btif_storage_set_remote_device_property(&(bd_addr), &properties); in bta_scan_results_cb_impl()
H A Dbtif_core.cc754 btif_storage_set_remote_device_property(remote_addr, property); in btif_set_remote_device_property()
/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc166 bt_status_t btif_storage_set_remote_device_property( in btif_storage_set_remote_device_property() function