mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925638 - Patch 3/3: webidl file change, r=echou, sr=mrbkap
This commit is contained in:
parent
d551eb0740
commit
3f7c6b678c
@ -129,6 +129,23 @@ interface BluetoothAdapter : EventTarget {
|
||||
[Creator, Throws]
|
||||
DOMRequest isScoConnected();
|
||||
|
||||
/**
|
||||
* Additional HFP methods to handle CDMA network.
|
||||
*
|
||||
* In GSM network we observe call operations from RIL call state changes;
|
||||
* however in CDMA network RIL call states do not change under some call
|
||||
* operations, so we need these additional methods to be informed of these
|
||||
* operations from dialer.
|
||||
*
|
||||
* For more information please refer to bug 912005 and 925638.
|
||||
*/
|
||||
[Creator, Throws]
|
||||
DOMRequest answerWaitingCall();
|
||||
[Creator, Throws]
|
||||
DOMRequest ignoreWaitingCall();
|
||||
[Creator, Throws]
|
||||
DOMRequest toggleCalls();
|
||||
|
||||
// AVRCP 1.3 methods
|
||||
[Creator,Throws]
|
||||
DOMRequest sendMediaMetaData(optional MediaMetaData mediaMetaData);
|
||||
|
Loading…
Reference in New Issue
Block a user