|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlueZException in com.appliancestudio.jbluez |
Methods in com.appliancestudio.jbluez that throw BlueZException | |
int |
BlueZ.hciOpenDevice(int hciDevID)
Opens the HCI device. |
int |
BlueZ.hciCreateConnection(int dd,
java.lang.String bdaddr,
int ptype,
int clkoffset,
short rswitch,
int timeOut)
Create an HCI connection. |
int |
BlueZ.hciCreateConnection(int dd,
com.appliancestudio.jbluez.BTAddress bdaddr,
int ptype,
int clkoffset,
short rswitch,
int timeOut)
Create an HCI connection. |
void |
BlueZ.hciDisconnect(int dd,
int handle,
short reason,
int timeOut)
Disconnect an established HCI connection. |
com.appliancestudio.jbluez.InquiryInfo |
BlueZ.hciInquiry(int hciDevID,
int len,
int max_num_rsp,
long flags)
Perform an HCI inquiry to discover remote Bluetooth devices. |
com.appliancestudio.jbluez.InquiryInfo |
BlueZ.hciInquiry(int hciDevID)
Perform an HCI inquiry to discover remote Bluetooth devices. |
com.appliancestudio.jbluez.HCIDeviceInfo |
BlueZ.hciDevInfo(int hciDevID)
Gets the device information for a specified local HCI device. |
com.appliancestudio.jbluez.BTAddress |
BlueZ.hciDevBTAddress(int hciDevID)
Gets the Bluetooth device address for a specified local HCI device. |
int |
BlueZ.hciDeviceID(java.lang.String bdaddr)
Gets the device ID for a specified local HCI device. |
int |
BlueZ.hciDeviceID(com.appliancestudio.jbluez.BTAddress bdaddr)
Gets the device ID for a specified local HCI device. |
java.lang.String |
BlueZ.hciLocalName(int dd,
int timeOut)
Get the name of a local device. |
java.lang.String |
BlueZ.hciLocalName(int dd)
Get the name of a local device. |
java.lang.String |
BlueZ.hciRemoteName(int dd,
java.lang.String bdaddr,
int timeOut)
Get the name of a remote device, as specified by its Bluetooth device address. |
java.lang.String |
BlueZ.hciRemoteName(int dd,
java.lang.String bdaddr)
Get the name of a remote device, as specified by its Bluetooth device address. |
java.lang.String |
BlueZ.hciRemoteName(int dd,
com.appliancestudio.jbluez.BTAddress bdaddr,
int timeOut)
Get the name of a remote device, as specified by its Bluetooth device address. |
java.lang.String |
BlueZ.hciRemoteName(int dd,
com.appliancestudio.jbluez.BTAddress bdaddr)
Get the name of a remote device, as specified by its Bluetooth device address. |
com.appliancestudio.jbluez.HCIFeatures |
BlueZ.hciReadRemoteFeatures(int dd,
int handle,
int timeOut)
Get the features of a remote Bluetooth device. |
com.appliancestudio.jbluez.HCIVersion |
BlueZ.hciReadRemoteVersion(int dd,
int handle,
int timeOut)
Get the version information of a remote Bluetooth device. |
com.appliancestudio.jbluez.HCIVersion |
BlueZ.hciReadLocalVersion(int dd,
int timeOut)
Get the version information of a local Bluetooth device. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |