Home | History | Annotate | Download | only in gatt

Lines Matching refs:rx_phy

694     base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb,
696 uint8_t status, tx_phy, rx_phy;
705 STREAM_TO_UINT8(rx_phy, pp);
708 cb.Run(tx_phy, rx_phy, status);
713 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
740 void GATTC_SetPreferredPHY(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy,
758 if (rx_phy == 0) all_phys &= 0x02;
766 UINT8_TO_STREAM(pp, rx_phy);