Home
last modified time | relevance | path

Searched defs:tx_phys (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc188 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.cc55 uint8_t rx_phys, uint16_t phy_options) { in SetMockBtmInterface()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc355 bool all_phys_no_receive_preference, uint8_t tx_phys, in LeSetDefaultPhy()
402 bool all_phys_no_receive_preference, uint8_t tx_phys, in LeSetPhy()
503 uint8_t tx_phys = phy_req.GetRxPhys() & default_tx_phys_; in IncomingLlPhyReq() local
551 uint8_t tx_phys = phy_rsp.GetRxPhys() & requested_tx_phys_; in IncomingLlPhyRsp() local
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc722 void OnPhyUpdateEvent(tCONN_ID conn_id, uint8_t tx_phys, uint8_t rx_phys, tGATT_STATUS status) { in OnPhyUpdateEvent()