7[[
"cpp:dll-export:ICEBT_API"]]
8[[
"cpp:doxygen:include:IceBT/IceBT.h"]]
16[[
"objc:header-dir:objc"]]
18[[
"python:pkgdir:IceBT"]]
22#ifndef __SLICE2JAVA_COMPAT__
23[[
"java:package:com.zeroc"]]
Provides access to the details of a Bluetooth connection.
Definition ConnectionInfo.ice:36
int localChannel
The local RFCOMM channel.
Definition ConnectionInfo.ice:41
string remoteAddress
The remote Bluetooth address.
Definition ConnectionInfo.ice:44
int remoteChannel
The remote RFCOMM channel.
Definition ConnectionInfo.ice:47
string uuid
The UUID of the service being offered (in a server) or targeted (in a client).
Definition ConnectionInfo.ice:50
string localAddress
The local Bluetooth address.
Definition ConnectionInfo.ice:38
int rcvSize
The connection buffer receive size.
Definition ConnectionInfo.ice:53
int sndSize
The connection buffer send size.
Definition ConnectionInfo.ice:56
Base class providing access to the connection details.
Definition Connection.ice:64
IceBT provides a Bluetooth transport for Ice.
Definition ConnectionInfo.ice:28