Home
last modified time | relevance | path

Searched refs:remote_properties (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc684 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local
691 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties()
692 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties()
695 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
698 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
702 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
705 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
708 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
711 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], in btif_in_get_remote_device_properties()
715 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
[all …]
Dbtif_storage.cc813 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local
897 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices()
899 sizeof(name), remote_properties[num_props]); in btif_storage_load_bonded_devices()
904 sizeof(alias), remote_properties[num_props]); in btif_storage_load_bonded_devices()
909 remote_properties[num_props]); in btif_storage_load_bonded_devices()
914 remote_properties[num_props]); in btif_storage_load_bonded_devices()
919 remote_properties[num_props]); in btif_storage_load_bonded_devices()
923 remote_properties); in btif_storage_load_bonded_devices()