Skip to content

Commit

Permalink
Add comments for HANGUP request.
Browse files Browse the repository at this point in the history
For bug #3136179

Clarify RIL should NOT report active connection for GET_CURRENT_CALLS

after HANGUP request returns.

Change-Id: Icf9cc14b7d9cbfee6552cf51a648432caac28ab1
  • Loading branch information
John Wang committed Nov 19, 2010
1 parent 230e5a7 commit 06bae4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/telephony/ril.h
Expand Up @@ -869,6 +869,9 @@ typedef struct {
*
* Hang up a specific line (like AT+CHLD=1x)
*
* After this HANGUP request returns, RIL should show the connection is NOT
* active anymore in next RIL_REQUEST_GET_CURRENT_CALLS query.
*
* "data" is an int *
* (int *)data)[0] contains Connection index (value of 'x' in CHLD above)
*
Expand All @@ -887,6 +890,9 @@ typedef struct {
*
* Hang up waiting or held (like AT+CHLD=0)
*
* After this HANGUP request returns, RIL should show the connection is NOT
* active anymore in next RIL_REQUEST_GET_CURRENT_CALLS query.
*
* "data" is NULL
* "response" is NULL
*
Expand All @@ -903,6 +909,9 @@ typedef struct {
*
* Hang up waiting or held (like AT+CHLD=1)
*
* After this HANGUP request returns, RIL should show the connection is NOT
* active anymore in next RIL_REQUEST_GET_CURRENT_CALLS query.
*
* "data" is NULL
* "response" is NULL
*
Expand Down

0 comments on commit 06bae4b

Please sign in to comment.