Searched refs:CommandInterfaceImpl (Results 1 – 1 of 1) sorted by relevance
108 class CommandInterfaceImpl : public CommandInterface<T> {110 explicit CommandInterfaceImpl(HciLayer& hci) : hci_(hci) {} in CommandInterfaceImpl() function111 ~CommandInterfaceImpl() override = default;129 CommandInterfaceImpl<ConnectionManagementCommandBuilder> acl_connection_manager_interface_{*this};130 …CommandInterfaceImpl<LeConnectionManagementCommandBuilder> le_acl_connection_manager_interface_{*t…131 CommandInterfaceImpl<SecurityCommandBuilder> security_interface{*this};132 CommandInterfaceImpl<LeSecurityCommandBuilder> le_security_interface{*this};133 CommandInterfaceImpl<LeAdvertisingCommandBuilder> le_advertising_interface{*this};134 CommandInterfaceImpl<LeScanningCommandBuilder> le_scanning_interface{*this};