Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dinterface.h176 struct remote_device_properties_params_t : public callback_params_with_properties_t { struct
177 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, int num_properties, in remote_device_properties_params_t() function
186 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument
187 bt_status_t status;
188 RawAddress bd_addr;
190 std::string ToString() const override { in ToString()