Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de9ca65e authored by Wink Saville's avatar Wink Saville Committed by Gerrit Code Review
Browse files

Merge "Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error."

parents f39de086 bc3d0478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1707,7 +1707,7 @@ public interface CommandsInterface {
     *
     * @param AID Application id. See ETSI 102.221 and 101.220.
     * @param response Callback message. response.obj will be an int [1] with
     *            element [0] set to the id of the logical channel. If set to 0,
     *            element [0] set to the id of the logical channel. If set to -1,
     *            the channel is invalid.
     */
    public void iccOpenLogicalChannel(String AID, Message response);