Searched refs:remote_properties (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 747 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local 754 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties() 755 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 758 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 761 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_in_get_remote_device_properties() 764 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 767 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE, in btif_in_get_remote_device_properties() 770 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 773 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE, in btif_in_get_remote_device_properties() 776 &remote_properties[num_props]); in btif_in_get_remote_device_properties() [all …]
|
D | btif_storage.c | 865 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local 939 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices() 942 remote_properties[num_props]); in btif_storage_load_bonded_devices() 947 remote_properties[num_props]); in btif_storage_load_bonded_devices() 952 remote_properties[num_props]); in btif_storage_load_bonded_devices() 957 remote_properties[num_props]); in btif_storage_load_bonded_devices() 962 remote_properties[num_props]); in btif_storage_load_bonded_devices() 966 num_props, remote_properties); in btif_storage_load_bonded_devices()
|