Searched refs:tx_phys (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/l2cap/le/ |
D | link_options.h | 74 bool SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options);
|
D | link_options.cc | 61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy() argument
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 609 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
|
D | btm_client_interface.h | 175 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 767 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument 770 return bluetooth::shim::BTM_BleSetPhy(bd_addr, tx_phys, rx_phys, in BTM_BleSetPhy() 781 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 790 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy() 797 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy() 806 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 170 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
|
D | mock_main_shim_btm_api.cc | 293 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() argument
|
/system/bt/main/shim/ |
D | btm_api.h | 668 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
|
D | btm_api.cc | 1063 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() argument
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 297 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() argument
|