D-Bus: Add InvitationReceived Signal
This is equivalent to the P2P_EVENT_INVITATION_RECEIVED signal on the control interface. It can be used to sent the Invitation Received signal to applications written using D-Bus. Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
This commit is contained in:
parent
0a7b2a02eb
commit
be5ab8d4ab
7 changed files with 112 additions and 1 deletions
|
@ -1534,6 +1534,25 @@ Interface for performing P2P (Wi-Fi Peer-to-Peer) P2P Device operations.
|
|||
</dl>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>InvitationReceived ( a{sv} : properties )</h3>
|
||||
<p></p>
|
||||
<h4>Arguments</h4>
|
||||
<dl>
|
||||
<dt>a{sv} : properties</dt>
|
||||
<dd>A dictionary with following information:
|
||||
<table>
|
||||
<tr><th>Key</th><th>Value type</th><th>Description</th></tr>
|
||||
<tr><td>sa</td><td>ay</td><td>Optionally present</td></tr>
|
||||
<tr><td>go_dev_addr</td><td>ay</td><td>Optionally present</td></tr>
|
||||
<tr><td>bssid</td><td>ay</td><td>Optionally present</td></tr>
|
||||
<tr><td>persistent_id</td><td>i</td><td>Optionally present</td></tr>
|
||||
<tr><td>op_freq</td><td>i</td><td></td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>GroupFormationFailure ( s : reason )</h3>
|
||||
<p></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue