Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc302 auto chip_info = id_to_chip_info_[id]; in Get() local
303 model.mutable_classic()->set_tx_count(chip_info->classic_tx_count); in Get()
304 model.mutable_classic()->set_rx_count(chip_info->classic_rx_count); in Get()
305 model.mutable_low_energy()->set_tx_count(chip_info->le_tx_count); in Get()
306 model.mutable_low_energy()->set_rx_count(chip_info->le_rx_count); in Get()
307 if (chip_info->controller_proto) { in Get()
308 model.mutable_bt_properties()->CopyFrom(*chip_info->controller_proto); in Get()
316 auto chip_info = it->second; in Reset() local
317 chip_info->le_tx_count = 0; in Reset()
318 chip_info->le_rx_count = 0; in Reset()
[all …]