Searched refs:set_tx_count (Results 1 – 6 of 6) sorted by relevance
161 ble_stats_proto.set_tx_count(chip_proto.bt().low_energy.tx_count); in get_stats()165 classic_stats_proto.set_tx_count(chip_proto.bt().classic.tx_count); in get_stats()
75 stats_proto.set_tx_count(chip_proto.wifi().tx_count); in get_stats()
84 stats_proto.set_tx_count(chip_proto.ble_beacon().bt.low_energy.tx_count); in get_stats()
116 stats_proto.set_tx_count(chip_proto.uwb().tx_count); in get_stats()
303 model.mutable_classic()->set_tx_count(chip_info->classic_tx_count); in Get()305 model.mutable_low_energy()->set_tx_count(chip_info->le_tx_count); in Get()
459 pub fn set_tx_count(&mut self, v: i32) { in set_tx_count() method