Searched defs:tx_phys (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble.cc908 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, argument
910 BTM_TRACE_DEBUG("%s: all_phys = 0x%02x, tx_phys = 0x%02x, rx_phys = 0x%02x",
911 __func__, all_phys, tx_phys, rx_phys);
925 UINT8_TO_STREAM(pp, tx_phys);
947 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, argument
958 if (tx_phys == 0) all_phys &= 0x01;
962 "%s: all_phys = 0x%02x, tx_phys = 0x%02x, rx_phys = 0x%02x, phy_options "
964 __func__, all_phys, tx_phys, rx_phys, phy_options);
973 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phys);
980 gatt_notify_phy_updated(GATT_REQ_NOT_SUPPORTED, handle, tx_phys, rx_phy
[all...]

Completed in 8 milliseconds