Searched defs:tx_phys (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 193 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/ |
D | btm_api_mock.cc | 55 uint8_t rx_phys, uint16_t phy_options) { in SetMockBtmInterface()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 355 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/ |
D | device.py | 1534 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/ |
D | hearing_aid.cc | 723 void OnPhyUpdateEvent(tCONN_ID conn_id, uint8_t tx_phys, uint8_t rx_phys, tGATT_STATUS status) { in OnPhyUpdateEvent()
|