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

Commit 829b045e authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Update documentation for data call list APIs am: 992f730a

parents fc1b5d8c 992f730a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -65,6 +65,7 @@ oneway interface IRadioData {
    /**
    /**
     * Deactivate packet data connection and remove from the data call list. An
     * Deactivate packet data connection and remove from the data call list. An
     * unsolDataCallListChanged() must be sent when data connection is deactivated.
     * unsolDataCallListChanged() must be sent when data connection is deactivated.
     * A return value of RadioError::RADIO_NOT_AVAILABLE will remove the network from the list.
     *
     *
     * @param serial Serial number of request.
     * @param serial Serial number of request.
     * @param cid Data call id.
     * @param cid Data call id.
@@ -76,8 +77,7 @@ oneway interface IRadioData {


    /**
    /**
     * Returns the data call list. An entry is added when a setupDataCall() is issued and removed
     * Returns the data call list. An entry is added when a setupDataCall() is issued and removed
     * on a deactivateDataCall(). The list is emptied when setRadioPower()  off/on issued or when
     * on a deactivateDataCall(). The list is emptied when the vendor HAL crashes.
     * the vendor HAL or modem crashes.
     *
     *
     * @param serial Serial number of request.
     * @param serial Serial number of request.
     *
     *
+1 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@ oneway interface IRadioDataResponse {
     * Valid errors returned:
     * Valid errors returned:
     *   RadioError:REQUEST_NOT_SUPPORTED may be returned when HAL 1.2 or higher is supported.
     *   RadioError:REQUEST_NOT_SUPPORTED may be returned when HAL 1.2 or higher is supported.
     *   RadioError:NONE
     *   RadioError:NONE
     *   RadioError:RADIO_NOT_AVAILABLE
     *   RadioError:RADIO_NOT_AVAILABLE will remove the network from the list.
     *   RadioError:INVALID_CALL_ID
     *   RadioError:INVALID_CALL_ID
     *   RadioError:INVALID_STATE
     *   RadioError:INVALID_STATE
     *   RadioError:INVALID_ARGUMENTS
     *   RadioError:INVALID_ARGUMENTS