Searched refs:remote_properties (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_core.c | 896 bt_property_t remote_properties[8]; in btif_in_get_remote_device_properties() local 903 memset(remote_properties, 0, sizeof(remote_properties)); in btif_in_get_remote_device_properties() 904 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_remote_device_properties() 907 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 910 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_in_get_remote_device_properties() 913 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 916 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE, in btif_in_get_remote_device_properties() 919 &remote_properties[num_props]); in btif_in_get_remote_device_properties() 922 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE, in btif_in_get_remote_device_properties() 925 &remote_properties[num_props]); in btif_in_get_remote_device_properties() [all …]
|
D | btif_storage.c | 742 bt_property_t remote_properties[8]; in btif_storage_load_bonded_devices() local 816 memset(remote_properties, 0, sizeof(remote_properties)); in btif_storage_load_bonded_devices() 819 remote_properties[num_props]); in btif_storage_load_bonded_devices() 824 remote_properties[num_props]); in btif_storage_load_bonded_devices() 829 remote_properties[num_props]); in btif_storage_load_bonded_devices() 834 remote_properties[num_props]); in btif_storage_load_bonded_devices() 839 remote_properties[num_props]); in btif_storage_load_bonded_devices() 843 num_props, remote_properties); in btif_storage_load_bonded_devices()
|