Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dlink_options.h74 bool SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options);
Dlink_options.cc61 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/
Dbtm_ble_api.h607 extern void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys,
/system/bt/stack/btm/
Dbtm_ble.cc914 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
917 return bluetooth::shim::BTM_BleSetPhy(bd_addr, tx_phys, rx_phys, in BTM_BleSetPhy()
929 if (tx_phys == 0) all_phys &= 0x01; in BTM_BleSetPhy()
935 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy()
944 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
951 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys); in BTM_BleSetPhy()
960 UINT8_TO_STREAM(pp, tx_phys); in BTM_BleSetPhy()
/system/bt/main/shim/
Dbtm_api.h761 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_api.cc905 void bluetooth::shim::BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, in BTM_BleSetPhy() argument