#include <obex_def.h>
Data Fields | |
BTH_ADDR | address |
dword | packetSize |
int | port |
SOCKET | sckt |
OBEX_UUID | serviceClass |
Definition at line 59 of file obex_def.h.
BTH_ADDR _BTConnection::address |
Address of the remote bluetooth device
Definition at line 65 of file obex_def.h.
The maximum packet size supported by the underlying protocol
Definition at line 74 of file obex_def.h.
RFCOMM port number
Definition at line 71 of file obex_def.h.
SOCKET _BTConnection::sckt |
Socket used by the connection
Definition at line 62 of file obex_def.h.
The service class where connection is opened if port is 0
Definition at line 68 of file obex_def.h.