Searched refs:tx_phys (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 764 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, 777 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 867 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, in BTM_BleSetDefaultPhy() argument 870 __func__, all_phys, tx_phys, rx_phys); in BTM_BleSetDefaultPhy() 884 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetDefaultPhy() 906 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument 917 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy() 923 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy() 932 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy() 939 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy() 948 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
|