Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h765 uint8_t rx_phys);
778 uint8_t rx_phys, uint16_t phy_options);
/system/bt/stack/btm/
Dbtm_ble.cc868 uint8_t rx_phys) { in BTM_BleSetDefaultPhy() argument
870 __func__, all_phys, tx_phys, rx_phys); in BTM_BleSetDefaultPhy()
885 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetDefaultPhy()
906 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy() argument
918 if (rx_phys == 0) all_phys &= 0x02; 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()
949 UINT8_TO_STREAM(pp, rx_phys); in BTM_BleSetPhy()