Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 Njau
 Ndirect_btAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K
 CDBTAdapter
 CDBTDevice
 CDBTGattChar
 CDBTGattDesc
 CDBTGattService
 CDBTManager
 CDBTNativeDownlinkJava counterpart to C++ jau::JavaUplink
 CDBTObject
 Ntest
 Nfs
 NioAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K
 Njunit
 NnetCopyright 2015 JogAmp Community
 NpkgAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K
 NsysAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K
 NutilAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K
 CVersionInfo
 Norg
 Ndirect_btAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K
 CAdapterSettingsAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K
 CAdapterStatusListenerBTAdapter status listener for remote BTDevice discovery events: Added, updated and removed; as well as for certain BTAdapter events
 CBDAddressAndTypeUnique Bluetooth EUI48 address and BDAddressType tuple
 CBDAddressTypeBluetooth address type constants
 CBLERandomAddressTypeBluetooth LE random address type constants
 CBTAdapterBTAdapter represents one local Bluetooth Controller
 CBTDeviceBTDevice represents one remote Bluetooth device
 CBTDeviceRegistryApplication toolkit providing BT device registration of processed and awaited devices
 CBTException
 CBTFactoryOne stop BTManager API entry point
 CBTGattCharRepresenting a Gatt Characteristic object from the GATT client perspective
 CBTGattCharListenerBTGattChar event listener for notification and indication events
 CBTGattCmdClass maps a GATT command and optionally its asynchronous response to a synchronous atomic operation
 CBTGattDescRepresenting a Gatt Characteristic Descriptor object from the GATT client perspective
 CBTGattServiceRepresenting a Gatt Service object from the GATT client perspective
 CBTManagerA thread safe singleton handler of the BTAdapter manager, e.g
 CBTModeBluetooth adapter operating mode
 CBTObject
 CBTRoleBluetooth roles from the perspective of the link layer (connection initiator)
 CBTSecurityLevelBluetooth Security Level
 CBTSecurityRegistryApplication toolkit providing BT security setup and its device association on a pattern matching basis, i.e
 CBTUtils
 CDBGattCharRepresenting a Gatt Characteristic object from the GATT server perspective
 CDBGattDescRepresenting a Gatt Characteristic Descriptor object from the GATT server perspective
 CDBGattServerRepresenting a complete list of Gatt Service objects from the GATT server perspective, i.e
 CDBGattServiceRepresenting a Gatt Service object from the ::GATTRole::Server perspective
 CDBGattValueA copy of the native GATT value of DBGattChar or DBGattDesc
 CDirectBTVersionThis jaulib derived version info class is only usable when having jaulib available, naturally
 CDiscoveryPolicyDiscovery policy defines the BTAdapter discovery mode after connecting a remote BTDevice:
 CEInfoReportCollection of 'Extended Advertising Data' (EAD), 'Advertising Data' (AD) or 'Extended Inquiry Response' (EIR) information
 CEIRDataTypeSetBit mask of 'Extended Inquiry Response' (EIR) data fields, indicating a set of related data
 CGAPFlagsBit mask of 'Extended Inquiry Response' (EIR) data fields, indicating a set of related data
 CGattCharPropertySetBit mask of GATT Characteristic Properties
 CHCIStatusCodeBT Core Spec v5.2: Vol 1, Part F Controller Error Codes: 1.3 List of Error Codes
 CHCIWhitelistConnectTypeHCI Whitelist connection type
 CLE_FeaturesLE Link Layer Feature Set (bitmask)
 CLE_PHYsLE Transport PHY bit values (bitmask)
 CPairingModeBluetooth secure pairing mode
 CScanTypeMeta ScanType as derived from BTMode with defined value mask consisting of BDAddressType bits
 CSMPIdentityResolvingKeySMP Identity Resolving Key, used for platform agnostic persistence
 CSMPIOCapabilitySMP IO Capability value
 CSMPKeyBinStorage for SMP keys including required connection parameter per local adapter and remote device
 CSMPKeyMaskSMP Key Type for Distribution, indicates keys distributed in the Transport Specific Key Distribution phase
 CSMPLinkKeyLocal SMP Link Key, used for platform agnostic persistence, mapping to platform specific link keys format
 CSMPLongTermKeySMP Long Term Key, used for platform agnostic persistence
 CSMPPairingStateSMP Pairing Process state definition
 CSMPSignatureResolvingKeySMP Signature Resolving Key, used for platform agnostic persistence
 Ntest
 Norg
 Ndirect_btAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K
 Ntrial
 Norg
 Ndirect_btAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K
 CDBTConstantsAuthor: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2021 Gothel Software e.K
 CDBTLabPadClient01This Java example demonstrates a client connecting to Avalun's LabPad device
 CDBTPeripheral00This Java peripheral BTRole::Slave GATT server example uses an event driven workflow
 CDBTScanner10This Java scanner BTRole::Master GATT client example uses an event driven workflow and multithreading, i.e