Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/headless/
Dinterface.h91 struct remote_device_properties_params_t : public callback_params_t { struct
92 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, in remote_device_properties_params_t() argument
103 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument
104 bt_status_t status;
105 RawAddress bd_addr;
106 int num_properties;
107 bt_property_t* properties;
108 std::string ToString() const override { in ToString()