Home
last modified time | relevance | path

Searched refs:adapter_properties_params_t (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dinterface.h175 struct adapter_properties_params_t : public callback_params_with_properties_t { struct
176 adapter_properties_params_t(bt_status_t status, int num_properties, in adapter_properties_params_t() function
182 adapter_properties_params_t(const adapter_properties_params_t& params) =
185 virtual ~adapter_properties_params_t() {} in ~adapter_properties_params_t() argument
Dmessenger.cc113 std::make_shared<adapter_properties_params_t>( in start_messenger()
114 *(static_cast<adapter_properties_params_t*>(data)))); in start_messenger()
Dheadless.cc86 adapter_properties_params_t params(status, num_properties, properties); in adapter_properties()
/packages/modules/Bluetooth/system/test/headless/adapter/
Dadapter.cc63 adapter_properties_params_t* q = in get_adapter_info()
64 static_cast<adapter_properties_params_t*>(p.get()); in get_adapter_info()