Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dinterface.h196 struct device_found_params_t : public callback_params_with_properties_t { struct
197 device_found_params_t(int num_properties, ::bt_property_t* properties) in device_found_params_t() argument
202 virtual ~device_found_params_t() {} in ~device_found_params_t() argument
204 std::string ToString() const override { in ToString()