Searched refs:CommandInterfaceImpl (Results 1 – 1 of 1) sorted by relevance
122 class CommandInterfaceImpl : public CommandInterface<T> {124 explicit CommandInterfaceImpl(HciLayer& hci) : hci_(hci) {} in CommandInterfaceImpl() function125 ~CommandInterfaceImpl() = default;146 CommandInterfaceImpl<AclCommandBuilder> acl_connection_manager_interface_{*this};147 CommandInterfaceImpl<AclCommandBuilder> le_acl_connection_manager_interface_{*this};148 CommandInterfaceImpl<SecurityCommandBuilder> security_interface{*this};149 CommandInterfaceImpl<LeSecurityCommandBuilder> le_security_interface{*this};150 CommandInterfaceImpl<LeAdvertisingCommandBuilder> le_advertising_interface{*this};151 CommandInterfaceImpl<LeScanningCommandBuilder> le_scanning_interface{*this};152 CommandInterfaceImpl<LeIsoCommandBuilder> le_iso_interface{*this};