Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_options.cc61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy()
/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/system/test/mock/
Dmock_stack_btm.cc213 uint8_t rx_phys, uint16_t phy_options) {}, in __anon383244b03902()
Dmock_stack_btm_ble.cc169 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
Dmock_main_shim_btm_api.cc283 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc332 uint8_t tx_phys, uint8_t rx_phys) { in LeSetDefaultPhy()
378 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys, in LeSetPhy()
477 uint8_t rx_phys = phy_req.GetTxPhys() & default_rx_phys_; in IncomingLlPhyReq() local
523 uint8_t rx_phys = phy_rsp.GetTxPhys() & requested_rx_phys_; in IncomingLlPhyRsp() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc742 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.cc683 void OnPhyUpdateEvent(uint16_t conn_id, uint8_t tx_phys, uint8_t rx_phys, in OnPhyUpdateEvent()