Lines Matching refs:properties

34 #include <cutils/properties.h>
538 bt_property_t properties[3];
544 memset(properties, 0, sizeof(properties));
550 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
563 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
573 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
581 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
583 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
588 status, &bdaddr, num_properties, properties);
833 /* Remote properties update */
920 /* Remote properties update */
988 /* Remote properties update */
1205 bt_property_t properties[1];
1209 properties[0].type = BT_PROPERTY_BDNAME;
1210 properties[0].val = p_search_data->disc_res.bd_name;
1211 properties[0].len = strlen((char *)p_search_data->disc_res.bd_name);
1214 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]);
1217 status, &bdaddr, 1, properties);
1266 bt_property_t properties[5];
1272 memset(properties, 0, sizeof(properties));
1274 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1281 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1288 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1299 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1303 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1308 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1322 num_properties, properties);