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

/system/bt/btif/src/
H A Dbtif_core.c758 bt_property_t remote_properties[8]; local
765 memset(remote_properties, 0, sizeof(remote_properties));
766 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME,
769 &remote_properties[num_props]);
772 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME,
775 &remote_properties[num_props]);
778 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE,
781 &remote_properties[num_props]);
784 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_prop
[all...]
H A Dbtif_storage.c850 bt_property_t remote_properties[8]; local
929 memset(remote_properties, 0, sizeof(remote_properties));
932 remote_properties[num_props]);
937 remote_properties[num_props]);
942 remote_properties[num_props]);
947 remote_properties[num_props]);
952 remote_properties[num_props]);
956 num_props, remote_properties);

Completed in 62 milliseconds