Home
last modified time | relevance | path

Searched defs:rx_phys (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc196 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc65 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc365 uint8_t tx_phys, uint8_t rx_phys) { in LeSetDefaultPhy()
411 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys, in LeSetPhy()
519 uint8_t rx_phys = phy_req.GetTxPhys() & default_rx_phys_; in IncomingLlPhyReq() local
572 uint8_t rx_phys = phy_rsp.GetTxPhys() & requested_rx_phys_; in IncomingLlPhyRsp() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc168 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc732 void OnPhyUpdateEvent(uint16_t conn_id, uint8_t tx_phys, uint8_t rx_phys, in OnPhyUpdateEvent()