Home
last modified time | relevance | path

Searched refs:last_changed_properties_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/test/suite/adapter/
Dbluetooth_test.cc40 last_changed_properties_ = nullptr; in SetUp()
90 if (last_changed_properties_[i].type == type) { in GetProperty()
91 return &last_changed_properties_[i]; in GetProperty()
128 property_free_array(last_changed_properties_, properties_changed_count_); in AdapterPropertiesCallback()
129 last_changed_properties_ = in AdapterPropertiesCallback()
Dbluetooth_test.h108 bt_property_t* last_changed_properties_; variable