Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c947 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local
954 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties()
955 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties()
958 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
961 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_in_get_remote_device_properties()
964 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
967 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE, in btif_in_get_remote_device_properties()
970 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
973 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE, in btif_in_get_remote_device_properties()
976 &remote_properties[num_props]); in btif_in_get_remote_device_properties()
[all …]
Dbtif_storage.c842 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local
916 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices()
919 remote_properties[num_props]); in btif_storage_load_bonded_devices()
924 remote_properties[num_props]); in btif_storage_load_bonded_devices()
929 remote_properties[num_props]); in btif_storage_load_bonded_devices()
934 remote_properties[num_props]); in btif_storage_load_bonded_devices()
939 remote_properties[num_props]); in btif_storage_load_bonded_devices()
943 num_props, remote_properties); in btif_storage_load_bonded_devices()