Searched refs:btif_storage_set_remote_device_property (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/include/ |
D | btif_storage.h | 97 bt_status_t btif_storage_set_remote_device_property(
|
/system/bt/btif/src/ |
D | btif_dm.cc | 550 status = btif_storage_set_remote_device_property(p_bd, &property); in btif_update_remote_version_property() 571 status = btif_storage_set_remote_device_property( in btif_update_remote_properties() 597 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties() 617 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties() 1244 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt() 1470 ret = btif_storage_set_remote_device_property(&bd_addr, &prop); in btif_dm_search_services_evt() 1505 ret = btif_storage_set_remote_device_property(&bd_addr, &prop[0]); in btif_dm_search_services_evt() 1517 ret = btif_storage_set_remote_device_property(&bd_addr, &prop[1]); in btif_dm_search_services_evt()
|
D | btif_ble_scanner.cc | 152 btif_storage_set_remote_device_property(&(bd_addr), &properties); in bta_scan_results_cb_impl()
|
D | btif_storage.cc | 765 bt_status_t btif_storage_set_remote_device_property( in btif_storage_set_remote_device_property() function 799 btif_storage_set_remote_device_property(remote_bd_addr, &addr_prop); in btif_storage_add_remote_device() 801 btif_storage_set_remote_device_property(remote_bd_addr, &properties[i]); in btif_storage_add_remote_device()
|
D | btif_core.cc | 776 status = btif_storage_set_remote_device_property( in execute_storage_remote_request()
|