Home
last modified time | relevance | path

Searched refs:tx_phys (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h834 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys,
847 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
/system/bt/stack/btm/
Dbtm_ble.cc908 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, in BTM_BleSetDefaultPhy() argument
911 __func__, all_phys, tx_phys, rx_phys); in BTM_BleSetDefaultPhy()
925 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetDefaultPhy()
947 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
958 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy()
964 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy()
973 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
980 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
989 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()