Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc494 auto phy_req = model::packets::LlPhyReqView::Create(incoming); in IncomingLlPhyReq() local
495 ASSERT(phy_req.IsValid()); in IncomingLlPhyReq()
518 uint8_t tx_phys = phy_req.GetRxPhys() & default_tx_phys_; in IncomingLlPhyReq()
519 uint8_t rx_phys = phy_req.GetTxPhys() & default_rx_phys_; in IncomingLlPhyReq()