Searched refs:remote_properties (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.cc | 626 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local 633 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties() 634 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 637 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 640 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() 644 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 647 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() 650 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 653 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties() 657 &remote_properties[num_props]); in btif_in_get_remote_device_properties() [all …]
|
D | btif_storage.cc | 926 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local 1012 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices() 1014 sizeof(name), remote_properties[num_props]); in btif_storage_load_bonded_devices() 1019 sizeof(alias), remote_properties[num_props]); in btif_storage_load_bonded_devices() 1024 remote_properties[num_props]); in btif_storage_load_bonded_devices() 1029 remote_properties[num_props]); in btif_storage_load_bonded_devices() 1034 remote_properties[num_props]); in btif_storage_load_bonded_devices() 1038 remote_properties); in btif_storage_load_bonded_devices()
|