Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc351 rootcanal::configuration::Controller custom_proto; in Add() local
352 custom_proto.ParseFromArray(controller_proto_bytes.data(), in Add()
355 chip_id, custom_proto.ShortDebugString().c_str()); in Add()
363 custom_proto.mutable_quirks()->set_hardware_error_before_reset(true); in Add()
366 std::make_shared<rootcanal::configuration::Controller>(custom_proto); in Add()