Home
last modified time | relevance | path

Searched refs:rx_phys (Results 1 – 10 of 10) 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.h610 uint8_t rx_phys, uint16_t phy_options);
Dbtm_client_interface.h176 uint8_t rx_phys, uint16_t phy_options);
/system/bt/stack/btm/
Dbtm_ble.cc767 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()
782 if (rx_phys == 0) all_phys &= 0x02; 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()
807 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()
/system/bt/test/mock/
Dmock_stack_btm_ble.cc170 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
Dmock_main_shim_btm_api.cc294 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy() argument
/system/bt/main/shim/
Dbtm_api.h668 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys,
Dbtm_api.cc1064 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy() argument
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc298 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy() argument