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 | 611 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()
|
D | btif_ble_scanner.cc | 151 btif_storage_set_remote_device_property(&(bd_addr), &properties); in bta_scan_results_cb_impl()
|
D | btif_storage.cc | 756 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()
|
D | btif_core.cc | 776 status = btif_storage_set_remote_device_property( in execute_storage_remote_request()
|