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.h194 struct remote_device_properties_params_t struct
196 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, in remote_device_properties_params_t() argument
207 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument
208 bt_status_t status;
209 RawAddress bd_addr;
211 std::string ToString() const override { in ToString()