Searched refs:btif_storage_set_remote_device_property (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/include/ |
D | btif_storage.h | 92 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr,
|
/system/bt/btif/src/ |
D | btif_storage.c | 716 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr, in btif_storage_set_remote_device_property() function 753 btif_storage_set_remote_device_property(remote_bd_addr, in btif_storage_add_remote_device() 758 btif_storage_set_remote_device_property(remote_bd_addr, in btif_storage_add_remote_device()
|
D | btif_dm.c | 593 status = btif_storage_set_remote_device_property(p_bd, &property); in btif_update_remote_version_property() 616 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties() 639 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties() 655 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties() 1315 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt() 1545 ret = btif_storage_set_remote_device_property(&bd_addr, &prop); in btif_dm_search_services_evt() 1593 ret = btif_storage_set_remote_device_property(&bd_addr, &prop); in btif_dm_search_services_evt()
|
D | btif_core.c | 917 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr), in execute_storage_remote_request()
|
D | btif_gatt_client.c | 601 btif_storage_set_remote_device_property(&(p_btif_cb->bd_addr), &properties); in btif_gattc_upstreams_evt()
|