Home | History | Annotate | Download | only in gatt

Lines Matching refs:tx_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;
704 STREAM_TO_UINT8(tx_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,
757 if (tx_phy == 0) all_phys &= 0x01;
765 UINT8_TO_STREAM(pp, tx_phy);