Home
last modified time | relevance | path

Searched defs:device_found_params_t (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dinterface.h218 struct device_found_params_t : public callback_params_with_properties_t { struct
219 device_found_params_t(int num_properties, ::bt_property_t* properties) in device_found_params_t() argument
224 virtual ~device_found_params_t() {} in ~device_found_params_t() argument
226 std::string ToString() const override { in ToString()