Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c271 int num_properties = 0; in btif_update_remote_properties() local
284 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 …]
Dbtif_storage.c644 uint32_t num_properties, in btif_storage_add_remote_device() argument
650 for (i=0; i < num_properties; i++) in btif_storage_add_remote_device()
/external/bluetooth/bluedroid/btif/include/
Dbtif_storage.h109 uint32_t num_properties,