Searched refs:CommandInterfaceImpl (Results 1 – 2 of 2) sorted by relevance
165 CommandInterfaceImpl<AclCommandBuilder> acl_connection_manager_interface_{*this};166 CommandInterfaceImpl<AclCommandBuilder> le_acl_connection_manager_interface_{*this};167 CommandInterfaceImpl<SecurityCommandBuilder> security_interface{*this};168 CommandInterfaceImpl<LeSecurityCommandBuilder> le_security_interface{*this};169 CommandInterfaceImpl<LeAdvertisingCommandBuilder> le_advertising_interface{*this};170 CommandInterfaceImpl<LeScanningCommandBuilder> le_scanning_interface{*this};171 CommandInterfaceImpl<LeIsoCommandBuilder> le_iso_interface{*this};172 CommandInterfaceImpl<DistanceMeasurementCommandBuilder> distance_measurement_interface{*this};
117 class CommandInterfaceImpl : public CommandInterface<T> {119 explicit CommandInterfaceImpl(HciInterface& hci) : hci_(hci) {} in CommandInterfaceImpl() function120 virtual ~CommandInterfaceImpl() = default;