Home | History | Annotate | Download | only in src

Lines Matching defs:num_properties

396     int num_properties = 0;
409 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
411 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
413 num_properties++;
423 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
425 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
427 num_properties++;
431 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
433 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
435 num_properties++;
438 status, &bdaddr, num_properties, properties);
1005 uint32_t num_properties = 0;
1010 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1012 num_properties++;
1017 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1020 num_properties++;
1024 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1026 num_properties++;
1035 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1037 num_properties++;
1039 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1042 num_properties++;
1044 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1052 num_properties, properties);