Searched refs:num_properties (Results 1 – 3 of 3) sorted by relevance
271 int num_properties = 0; in btif_update_remote_properties() local284 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()286 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()288 num_properties++; in btif_update_remote_properties()298 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()300 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()302 num_properties++; in btif_update_remote_properties()306 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()308 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()310 num_properties++; in btif_update_remote_properties()[all …]
644 uint32_t num_properties, in btif_storage_add_remote_device() argument650 for (i=0; i < num_properties; i++) in btif_storage_add_remote_device()
109 uint32_t num_properties,