Home | History | Annotate | Download | only in src

Lines Matching refs:remote_properties

947     bt_property_t remote_properties[8];
954 memset(remote_properties, 0, sizeof(remote_properties));
955 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_BDNAME,
958 &remote_properties[num_props]);
961 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME,
964 &remote_properties[num_props]);
967 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_CLASS_OF_DEVICE,
970 &remote_properties[num_props]);
973 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_TYPE_OF_DEVICE,
976 &remote_properties[num_props]);
979 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_UUIDS,
982 &remote_properties[num_props]);
986 BT_STATUS_SUCCESS, bd_addr, num_props, remote_properties);