Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc193 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc55 uint8_t rx_phys, uint16_t phy_options) { in SetMockBtmInterface()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc356 uint8_t rx_phys) { in LeSetDefaultPhy()
403 uint8_t rx_phys, in LeSetPhy()
504 uint8_t rx_phys = phy_req.GetTxPhys() & default_rx_phys_; in IncomingLlPhyReq() local
552 uint8_t rx_phys = phy_rsp.GetTxPhys() & requested_rx_phys_; in IncomingLlPhyRsp() local
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py1534 async def set_phy(self, tx_phys=None, rx_phys=None, phy_options=None): argument
3567 self, connection, tx_phys=None, rx_phys=None, phy_options=None argument
3594 async def set_default_phy(self, tx_phys=None, rx_phys=None): argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc723 void OnPhyUpdateEvent(tCONN_ID conn_id, uint8_t tx_phys, uint8_t rx_phys, tGATT_STATUS status) { in OnPhyUpdateEvent()