Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
▼Njau | |
▼Ndirect_bt | Author: Sven Gothel sgoth Copyright (c) 2020 Gothel Software e.K el@j ausof t.co m |
CDBTAdapter | |
CDBTDevice | |
CDBTGattChar | |
CDBTGattDesc | |
CDBTGattService | |
CDBTManager | |
CDBTNativeDownlink | |
CDBTObject | |
▼Norg | |
▼Ndirect_bt | Author: Sven Gothel sgoth Copyright (c) 2020 Gothel Software e.K el@j ausof t.co m |
▼CAdapterSettings | Author: Sven Gothel sgoth Copyright (c) 2020 Gothel Software e.K el@j ausof t.co m |
CSettingType | Bits representing 'BTAdapter setting' data fields |
CAdapterStatusListener | BTAdapter status listener for BTDevice discovery events: Added, updated and removed; as well as for certain BTAdapter events |
CBDAddressAndType | Unique Bluetooth EUI48 address and BDAddressType tuple |
CBDAddressType | Bluetooth address type constants |
CBLERandomAddressType | Bluetooth LE random address type constants |
CBTAdapter | Provides access to Bluetooth adapters |
CBTDevice | Provides access to Bluetooth adapters |
▼CBTDeviceRegistry | Application toolkit providing BT device registration of processed and awaited devices |
CDeviceID | Specifies unique device identities, using BDAddressAndType as key |
▼CDeviceQuery | Specifies devices queries to act upon |
CType | DeviceQuery type, i.e |
CDeviceQueryMatch | Interface for user defined DeviceQuery matching criteria and algorithm |
CBTException | |
▼CBTFactory | One stop BTManager API entry point |
CImplementationIdentifier | Identifier names, allowing BTFactory#getBTManager(ImplementationIdentifier) to initialize the required native libraries and to instantiate the root BTManager instance |
▼CBTGattChar | Provides access to Bluetooth GATT characteristic |
CListener | BTGattChar event listener for notification and indication events |
CBTGattCharListener | BTGattChar event listener for notification and indication events |
CBTGattDesc | Provides access to Bluetooth GATT descriptor |
CBTGattService | Provides access to Bluetooth GATT characteristic |
▼CBTManager | |
CChangedAdapterSetListener | Event listener to receive change events regarding the system's BTAdapter set, e.g |
CSettings | Interface allowing to retrieve certain settings of the implementation |
CBTMode | Bluetooth adapter operating mode |
CBTObject | |
CBTSecurityLevel | Bluetooth Security Level |
▼CBTSecurityRegistry | Application toolkit providing BT security setup and its device association on a pattern matching basis, i.e |
CAddressNameEntryMatch | Interface for user defined EUI48 address and name BTSecurityRegistry.Entry matching criteria and algorithm |
CAddressSubNameEntryMatch | Interface for user defined EUI48Sub addressSub and name BTSecurityRegistry.Entry matching criteria and algorithm |
CEntry | Entry specifying SMP security details associated to a device query via EUI48Sub or |
CNameEntryMatch | Interface for user defined name BTSecurityRegistry.Entry matching criteria and algorithm |
CBTType | |
CBTUtils | |
CDirectBTVersion | This |
▼CEIRDataTypeSet | Bit mask of 'Extended Inquiry Response' (EIR) data fields, indicating a set of related data |
CDataType | Bits representing 'Extended Inquiry Response' (EIR) data fields |
CEUI48 | A packed 48 bit EUI-48 identifier, formerly known as MAC-48 or simply network device MAC address (Media Access Control address) |
CEUI48Sub | A 48 bit EUI-48 sub-identifier, see EUI48 |
▼CGattCharPropertySet | Bit mask of GATT Characteristic Properties |
CType | BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.1.1 Characteristic Properties |
CHCIStatusCode | BT Core Spec v5.2: Vol 1, Part F Controller Error Codes: 1.3 List of Error Codes |
CHCIWhitelistConnectType | HCI Whitelist connection type |
CPairingMode | Bluetooth secure pairing mode |
CScanType | Meta ScanType as derived from BTMode with defined value mask consisting of BDAddressType bits |
CSMPIOCapability | SMP IO Capability value |
CSMPKeyBin | Storage for SMP keys including the required connection parameter |
▼CSMPKeyMask | SMP Key Type for Distribution, indicates keys distributed in the Transport Specific Key Distribution phase |
CKeyType | SMPKeyMask Key Type |
▼CSMPLongTermKeyInfo | SMP Long Term Key Info, used for platform agnostic persistence |
CProperties | SMPLongTermKeyInfo PropertyType Bit Mask |
CPropertyType | SMPLongTermKeyInfo Property Bits |
CSMPPairingState | SMP Pairing Process state definition |
▼CSMPSignatureResolvingKeyInfo | SMP Signature Resolving Key Info, used for platform agnostic persistence |
CProperties | SMPSignatureResolvingKeyInfo PropertyType Bit Mask |
CPropertyType | SMPSignatureResolvingKeyInfo Property Bits |
▼Ntest | |
▼Norg | |
▼Ndirect_bt | Copyright 2015 JogAmp Community |
CTestEUI48 | Test basic EUI48 functionality |
CVersionInfo | |
CDBTScanner10 | This Java scanner example uses the Direct-BT fully event driven workflow and adds multithreading, i.e |