Lines Matching defs:impl
35 struct InquiryModule::impl { struct in bluetooth::neighbor::InquiryModule
64 InquiryCallbacks inquiry_callbacks_;
66 InquiryModule& module_;
68 bool active_general_one_shot_{false};
69 bool active_limited_one_shot_{false};
70 bool active_general_periodic_{false};
71 bool active_limited_periodic_{false};
73 ScanParameters inquiry_scan_;
74 hci::InquiryMode inquiry_mode_;
75 hci::InquiryScanType inquiry_scan_type_;
76 int8_t inquiry_response_tx_power_;
90 std::promise<void>* command_sync_{nullptr};
92 hci::HciLayer* hci_layer_;
93 os::Handler* handler_;
98 neighbor::InquiryModule::impl::impl(neighbor::InquiryModule& module) : module_(module) {} in impl() function in bluetooth::neighbor::neighbor::InquiryModule::impl