Home
last modified time | relevance | path

Searched refs:remote_device_properties_params_t (Results 1 – 5 of 5) 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
204 remote_device_properties_params_t(
205 const remote_device_properties_params_t& params) = default;
207 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument
Dmessenger.cc124 std::make_shared<remote_device_properties_params_t>( in start_messenger()
125 *(static_cast<remote_device_properties_params_t*>(data)))); in start_messenger()
Dmessenger.h53 std::deque<remote_device_properties_params_t> collect_from(
Dheadless.cc104 remote_device_properties_params_t params(status, raw_address, in remote_device_properties()
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc61 remote_device_properties_params_t* q = in start_scan()
62 static_cast<remote_device_properties_params_t*>(p.get()); in start_scan()