Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc51 int8_t SimComputeRssi(int send_id, int recv_id, int8_t tx_power);
52 void IncrTx(uint32_t send_id, rootcanal::Phy::Type phy_type);
470 int8_t SimComputeRssi(int send_id, int recv_id, int8_t tx_power) { in SimComputeRssi() argument
471 if (id_to_chip_info_.find(send_id) == id_to_chip_info_.end() || in SimComputeRssi()
480 auto a = id_to_chip_info_[send_id]->chip_id; in SimComputeRssi()