Searched defs:tx_phys (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 196 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/ |
D | btm_api_mock.cc | 65 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 365 uint8_t tx_phys, uint8_t rx_phys) { in LeSetDefaultPhy() 411 bool all_phys_no_receive_preference, uint8_t tx_phys, uint8_t rx_phys, in LeSetPhy() 518 uint8_t tx_phys = phy_req.GetRxPhys() & default_tx_phys_; in IncomingLlPhyReq() local 571 uint8_t tx_phys = phy_rsp.GetRxPhys() & requested_tx_phys_; in IncomingLlPhyRsp() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 168 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/ |
D | hearing_aid.cc | 732 void OnPhyUpdateEvent(uint16_t conn_id, uint8_t tx_phys, uint8_t rx_phys, in OnPhyUpdateEvent()
|