Searched refs:remote_properties (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 758 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local 765 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties() 766 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 769 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 772 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_in_get_remote_device_properties() 775 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 778 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE, in btif_in_get_remote_device_properties() 781 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 784 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE, in btif_in_get_remote_device_properties() 787 &remote_properties[num_props]); in btif_in_get_remote_device_properties() [all …]
|
D | btif_storage.c | 872 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local 946 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices() 949 remote_properties[num_props]); in btif_storage_load_bonded_devices() 954 remote_properties[num_props]); in btif_storage_load_bonded_devices() 959 remote_properties[num_props]); in btif_storage_load_bonded_devices() 964 remote_properties[num_props]); in btif_storage_load_bonded_devices() 969 remote_properties[num_props]); in btif_storage_load_bonded_devices() 973 num_props, remote_properties); in btif_storage_load_bonded_devices()
|