mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
DeactivateDataCall remove network on all errors am: 354140fd8c am: 256baf1478
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2056273 Change-Id: Ib05590dbb2511ab0194d3f46164eea360b39ba80 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -65,7 +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.
|
||||
* Any return value other than RadioError::NONE will remove the network from the list.
|
||||
*
|
||||
* @param serial Serial number of request.
|
||||
* @param cid Data call id.
|
||||
|
||||
@@ -67,8 +67,8 @@ 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 will remove the network from the list.
|
||||
* RadioError:NONE indicates success. Any other error will remove the network from the list.
|
||||
* RadioError:RADIO_NOT_AVAILABLE
|
||||
* RadioError:INVALID_CALL_ID
|
||||
* RadioError:INVALID_STATE
|
||||
* RadioError:INVALID_ARGUMENTS
|
||||
|
||||
Reference in New Issue
Block a user