include: Clarify hold_all_active semantics

This commit is contained in:
Pekka Pessi 2011-01-14 17:16:11 +02:00 committed by Denis Kenzior
parent 802b3acbd9
commit a0e3d9ffc3
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ struct ofono_voicecall_driver {
void (*hangup_all)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);
/*
* Holds all active and retrieves held or waiting calls, this usually
* Holds all active calls and answers waiting call. If there is
* no waiting calls, retrieves held call. This usually
* corresponds to +CHLD=2
*/
void (*hold_all_active)(struct ofono_voicecall *vc,