Update documentation for data call list APIs

Test: build
Bug: 221174412
Change-Id: Ibab472f979815cdbec3ce64d7855c7a21fdbec01
Merged-In: Ibab472f979815cdbec3ce64d7855c7a21fdbec01
This commit is contained in:
Sarah Chin
2022-03-05 15:09:55 -08:00
parent d9c19eda92
commit 992f730a90
2 changed files with 3 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ oneway interface IRadioData {
/**
* Deactivate packet data connection and remove from the data call list. An
* 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 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
* on a deactivateDataCall(). The list is emptied when setRadioPower() off/on issued or when
* the vendor HAL or modem crashes.
* on a deactivateDataCall(). The list is emptied when the vendor HAL crashes.
*
* @param serial Serial number of request.
*

View File

@@ -68,7 +68,7 @@ oneway interface IRadioDataResponse {
* Valid errors returned:
* RadioError:REQUEST_NOT_SUPPORTED may be returned when HAL 1.2 or higher is supported.
* RadioError:NONE
* RadioError:RADIO_NOT_AVAILABLE
* RadioError:RADIO_NOT_AVAILABLE will remove the network from the list.
* RadioError:INVALID_CALL_ID
* RadioError:INVALID_STATE
* RadioError:INVALID_ARGUMENTS