#include <obex_def.h>
Data Fields | |
void * | appData |
AuthenticationResponseFunc | authFunc |
BTConnection * | connection |
dword | connectionId |
word | maximumPacketSize |
ObexSessionState | sessionState |
OBEX_UUID | target |
Definition at line 79 of file obex_def.h.
void* _ObexSession::appData |
The application data passed to authentication function.
Definition at line 100 of file obex_def.h.
Authentication response function. Used when the server requests authentication for the client.
Definition at line 97 of file obex_def.h.
Bluetooth connection used by session
Definition at line 82 of file obex_def.h.
Connection id returned by OBEX server
Definition at line 94 of file obex_def.h.
Maximum packet size supported by the OBEX server
Definition at line 88 of file obex_def.h.
The state of the session
Definition at line 85 of file obex_def.h.
Connection target service uuid if given in open function
Definition at line 91 of file obex_def.h.