Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_options.cc61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy()
/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc65 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc168 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
Dmock_main_shim_btm_api.cc287 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc805 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc1041 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc592 void OnPhyUpdateEvent(uint16_t conn_id, uint8_t tx_phys, uint8_t rx_phys, in OnPhyUpdateEvent()