Home | History | Annotate | Download | only in src

Lines Matching defs:num_properties

554     int num_properties = 0;
567 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
571 num_properties++;
580 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
590 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
594 num_properties++;
606 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
608 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
610 num_properties++;
613 status, &bdaddr, num_properties, properties);
1317 uint32_t num_properties = 0;
1323 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1325 num_properties++;
1330 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1333 num_properties++;
1337 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1339 num_properties++;
1361 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1363 num_properties++;
1365 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
1368 num_properties++;
1370 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1378 num_properties, properties);