Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h97 bt_status_t btif_storage_set_remote_device_property(
/system/bt/btif/src/
Dbtif_dm.cc611 status = btif_storage_set_remote_device_property(p_bd, &property); in btif_update_remote_version_property()
632 status = btif_storage_set_remote_device_property( in btif_update_remote_properties()
658 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties()
678 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties()
1312 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1537 ret = btif_storage_set_remote_device_property(&bd_addr, &prop); in btif_dm_search_services_evt()
1572 ret = btif_storage_set_remote_device_property(&bd_addr, &prop[0]); in btif_dm_search_services_evt()
1584 ret = btif_storage_set_remote_device_property(&bd_addr, &prop[1]); in btif_dm_search_services_evt()
Dbtif_ble_scanner.cc151 btif_storage_set_remote_device_property(&(bd_addr), &properties); in bta_scan_results_cb_impl()
Dbtif_storage.cc756 bt_status_t btif_storage_set_remote_device_property( in btif_storage_set_remote_device_property() function
790 btif_storage_set_remote_device_property(remote_bd_addr, &addr_prop); in btif_storage_add_remote_device()
792 btif_storage_set_remote_device_property(remote_bd_addr, &properties[i]); in btif_storage_add_remote_device()
Dbtif_core.cc776 status = btif_storage_set_remote_device_property( in execute_storage_remote_request()