Home | History | Annotate | Download | only in jni

Lines Matching refs:tx_phy

532 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
538 tx_phy, rx_phy, status);
740 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
746 tx_phy, rx_phy, status);
1031 jint tx_phy, jint rx_phy,
1034 sGattIf->client->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_options);
1037 static void readClientPhyCb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
1043 tx_phy, rx_phy, status);
1539 jint tx_phy, jint rx_phy,
1542 sGattIf->server->set_preferred_phy(conn_id, tx_phy, rx_phy, phy_options);
1545 static void readServerPhyCb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
1551 tx_phy, rx_phy, status);