Home
last modified time | relevance | path

Searched defs:tx_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.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
/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()