Lines Matching refs:num_properties
559 int num_properties = 0; in btif_update_remote_properties() local
569 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], BT_PROPERTY_BDNAME, in btif_update_remote_properties()
572 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
575 num_properties++; in btif_update_remote_properties()
584 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
587 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
595 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
598 &properties[num_properties]); in btif_update_remote_properties()
601 num_properties++; in btif_update_remote_properties()
614 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_update_remote_properties()
618 &properties[num_properties]); in btif_update_remote_properties()
621 num_properties++; in btif_update_remote_properties()
625 num_properties, properties); in btif_update_remote_properties()
1283 uint32_t num_properties = 0; in btif_dm_search_devices_evt() local
1289 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
1291 num_properties++; in btif_dm_search_devices_evt()
1295 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
1298 num_properties++; in btif_dm_search_devices_evt()
1305 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
1308 num_properties++; in btif_dm_search_devices_evt()
1328 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
1331 num_properties++; in btif_dm_search_devices_evt()
1333 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties], in btif_dm_search_devices_evt()
1336 num_properties++; in btif_dm_search_devices_evt()
1339 btif_storage_add_remote_device(&bdaddr, num_properties, properties); in btif_dm_search_devices_evt()
1346 HAL_CBACK(bt_hal_cbacks, device_found_cb, num_properties, properties); in btif_dm_search_devices_evt()
1490 int num_properties = 0; in btif_dm_search_services_evt() local
1508 num_properties++; in btif_dm_search_services_evt()
1520 num_properties++; in btif_dm_search_services_evt()
1525 &bd_addr, num_properties, prop); in btif_dm_search_services_evt()