public interface P2PHandlerInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
P2PSearchFail
Search Failed
|
static java.lang.String |
P2PSearchSuccess
Search success
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBundleID()
Get Bundle ID
|
long |
getP2PTimeoutMillis()
Get P2P search timeout in millis
|
boolean |
P2PFound()
Check if the P2P device was found.
|
int |
P2PProgress()
Check the P2P search progress
|
boolean |
P2PSearch()
P2P Search function
|
boolean |
P2PSearchDone()
Check if the P2P search was done or not.
|
void |
P2PStopSearch()
Stop P2P search process
|
static final java.lang.String P2PSearchFail
static final java.lang.String P2PSearchSuccess
java.lang.String getBundleID()
long getP2PTimeoutMillis()
boolean P2PFound()
int P2PProgress()
boolean P2PSearch()
boolean P2PSearchDone()
void P2PStopSearch()