Cieee11073::AbsoluteTime | Date / timestamp format |
Cdirect_bt::AdapterInfo | |
►Cdirect_bt::AdapterStatusListener | BTAdapter status listener for BTDevice discovery events: Added, updated and removed; as well as for certain BTAdapter events |
CJNIAdapterStatusListener | |
CMyAdapterStatusListener | |
CAddr48Bit | |
►Cstd::allocator< T > | STL class |
Cjau::counting_allocator< T > | Performance counter std::allocator specialization |
►Cstd::atomic< T > | STL class |
Cjau::ordered_atomic< _Tp, _MO > | Std::atomic<T> type with predefined fixed std::memory_order, not allowing changing the memory model on usage and applying the set order to all operator |
Cjau::ordered_atomic< bool, std::memory_order::memory_order_seq_cst > | |
Cjau::ordered_atomic< jau::nsize_t, std::memory_order::memory_order_seq_cst > | |
Cjau::ordered_atomic< LE_Features, std::memory_order_relaxed > | |
Cjau::ordered_atomic< Size_type, std::memory_order::memory_order_seq_cst > | |
Cjau::ordered_atomic< std::size_t, std::memory_order::memory_order_relaxed > | |
►Cdirect_bt::AttPDUMsg | Handles the Attribute Protocol (ATT) using Protocol Data Unit (PDU) encoded messages over L2CAP channel |
►Cdirect_bt::AttElementList | |
Cdirect_bt::AttFindInfoRsp | ATT Protocol PDUs Vol 3, Part F 3.4.3.2 |
Cdirect_bt::AttReadByGroupTypeRsp | ATT Protocol PDUs Vol 3, Part F 3.4.4.10 |
Cdirect_bt::AttReadByTypeRsp | ATT Protocol PDUs Vol 3, Part F 3.4.4.2 |
Cdirect_bt::AttErrorRsp | ATT Protocol PDUs Vol 3, Part F 3.4.1.1 |
Cdirect_bt::AttExchangeMTU | ATT Protocol PDUs Vol 3, Part F 3.4.2.2 |
Cdirect_bt::AttFindInfoReq | ATT Protocol PDUs Vol 3, Part F 3.4.3.1 |
Cdirect_bt::AttHandleValueCfm | ATT Protocol PDUs Vol 3, Part F 3.4.7.3 |
Cdirect_bt::AttHandleValueRcv | ATT Protocol PDUs Vol 3, Part F 3.4.7.1 and 3.4.7.2 |
Cdirect_bt::AttPDUUndefined | Our own pseudo opcode, indicating no ATT PDU message |
Cdirect_bt::AttReadBlobReq | ATT Protocol PDUs Vol 3, Part F 3.4.4.5 |
Cdirect_bt::AttReadBlobRsp | ATT Protocol PDUs Vol 3, Part F 3.4.4.6 |
Cdirect_bt::AttReadByNTypeReq | ATT Protocol PDUs Vol 3, Part F 3.4.4.1 |
Cdirect_bt::AttReadReq | ATT Protocol PDUs Vol 3, Part F 3.4.4.3 |
Cdirect_bt::AttReadRsp | ATT Protocol PDUs Vol 3, Part F 3.4.4.4 |
Cdirect_bt::AttWriteCmd | ATT Protocol PDUs Vol 3, Part F 3.4.5.3 |
Cdirect_bt::AttWriteReq | ATT Protocol PDUs Vol 3, Part F 3.4.5.1 |
Cdirect_bt::AttWriteRsp | ATT Protocol PDUs Vol 3, Part F 3.4.5.2 |
Cdirect_bt::BDAddressAndType | Unique Bluetooth EUI48 address and BDAddressType tuple |
CBooleanMgmtCBContext | |
►Cdirect_bt::BTGattCharListener | BTGattChar event listener for notification and indication events |
CDelegatedBTGattCharListener | |
Cdirect_bt::AssociatedBTGattCharListener | |
CJNIGattCharListener | |
CMyGattCharListener | |
Cdirect_bt::BTGattHandler | A thread safe GATT handler associated to one device via one L2CAP connection |
Cjau::call_on_release< UnaryFunction > | Call on release allows the user to pass a function to be called at destruction of this instance |
►Cjau::callocator< T > | A simple allocator using POSIX C functions: ::malloc() , ::free() and ::realloc() |
Cjau::counting_callocator< T > | Performance counter jau::callocator specialization |
Cjau::callocator< BTGattCharRef > | |
Cjau::callocator< BTGattDescRef > | |
Cjau::callocator< BTGattServiceRef > | |
Cjau::callocator< direct_bt::GattCharacteristicPropertySpec > | |
Cjau::callocator< direct_bt::GattCharacteristicSpec > | |
Cjau::callocator< GattCharacteristicPropertySpec > | |
Cjau::callocator< GattCharacteristicSpec > | |
Cjau::callocator< HCIConnectionRef > | |
Cjau::callocator< Payload > | |
Cjau::callocator< SMPIOCapability > | |
Cjau::callocator< std::shared_ptr< BTDevice > > | |
Cjau::callocator< std::shared_ptr< direct_bt::uuid_t > > | |
Cjau::callocator< std::shared_ptr< WhitelistElem > > | |
Cjau::callocator< Value_type > | |
Cdirect_bt::ConnectionInfo | Mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, int8_t tx_power, int8_t max_tx_power; |
Cjau::cow_darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | Implementation of a Copy-On-Write (CoW) using jau::darray as the underlying storage, exposing lock-free read operations using SC-DRF atomic synchronization |
Cjau::cow_darray< ChangedAdapterSetCallback > | |
Cjau::cow_darray< HCISMPMsgCallback > | |
Cjau::cow_darray< impl::StatusListenerPair > | |
Cjau::cow_darray< SMPSecurityReqCallback > | |
Cjau::cow_darray< std::shared_ptr< BTAdapter > > | |
Cjau::cow_darray< std::shared_ptr< BTGattCharListener > > | |
Cjau::cow_ro_iterator< Storage_type, Storage_ref_type, CoW_container > | Implementation of a Copy-On-Write (CoW) read-onlu iterator over immutable value_type storage |
Cjau::cow_rw_iterator< Storage_type, Storage_ref_type, CoW_container > | Implementation of a Copy-On-Write (CoW) read-write iterator over mutable value_type storage |
Cjau::cow_vector< Value_type, Alloc_type > | Implementation of a Copy-On-Write (CoW) using std::vector as the underlying storage, exposing lock-free read operations using SC-DRF atomic synchronization |
Cjau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | Implementation of a dynamic linear array storage, aka vector |
Cjau::darray< BTGattCharRef > | |
Cjau::darray< BTGattDescRef > | |
Cjau::darray< BTGattServiceRef > | |
Cjau::darray< direct_bt::GattCharacteristicPropertySpec > | |
Cjau::darray< direct_bt::GattCharacteristicSpec > | |
Cjau::darray< GattCharacteristicPropertySpec > | |
Cjau::darray< GattCharacteristicSpec > | |
Cjau::darray< HCIConnectionRef > | |
Cjau::darray< Payload > | |
Cjau::darray< Payload >< Payload > | |
Cjau::darray< SMPIOCapability > | |
Cjau::darray< std::shared_ptr< BTDevice > > | |
Cjau::darray< std::shared_ptr< direct_bt::uuid_t > > | |
Cjau::darray< std::shared_ptr< WhitelistElem > > | |
CDataType01 | |
Cdirect_bt::BTDeviceRegistry::DeviceID | Specifies unique device identities, using BDAddressAndType as key |
Cdirect_bt::BTDeviceRegistry::DeviceQuery | Specifies devices queries to act upon |
Cdirect_bt::DirectBTJNISettings | |
Cdirect_bt::EInfoReport | Collection of 'Extended Advertising Data' (EAD), 'Advertising Data' (AD) or 'Extended Inquiry Response' (EIR) information |
Cdirect_bt::AttReadByTypeRsp::Element | Element := { uint16_t handle, uint8_t value[value-size] } |
Cdirect_bt::AttReadByGroupTypeRsp::Element | Element := { uint16_t startHandle, uint16_t endHandle, uint8_t value[value-size] } |
Cdirect_bt::AttFindInfoRsp::Element | Element := { uint16_t handle, UUID value }, with a UUID of UUID16 or UUID128 |
Cdirect_bt::BTSecurityRegistry::Entry | |
Cdirect_bt::EUI48 | A packed 48 bit EUI-48 identifier, formerly known as MAC-48 or simply network device MAC address (Media Access Control address) |
Cdirect_bt::EUI48Sub | A 48 bit EUI-48 sub-identifier, see EUI48 |
►Cstd::exception | STL class |
Cieee11073::RuntimeException | |
►Cjau::RuntimeException | |
►Cdirect_bt::AttException | |
Cdirect_bt::AttOpcodeException | |
Cdirect_bt::AttValueException | |
Cdirect_bt::BTException | |
►Cdirect_bt::HCIException | |
Cdirect_bt::HCIOpcodeException | |
Cdirect_bt::HCIPacketException | |
►Cdirect_bt::MgmtException | |
Cdirect_bt::MgmtOpcodeException | |
►Cdirect_bt::SMPException | |
Cdirect_bt::SMPOpcodeException | |
Cdirect_bt::SMPPacketException | |
Cdirect_bt::SMPValueException | |
Cjau::IllegalArgumentException | |
Cjau::IllegalStateException | |
Cjau::IndexOutOfBoundsException | |
Cjau::InternalError | |
Cjau::NullPointerException | |
Cjau::OutOfMemoryError | |
Cjau::UnsupportedOperationException | |
►Cfalse_type | |
Cjau::has_builtin_bit_cast< Dummy_type > | Convenience type trait for __has_builtin(__builtin_bit_cast) |
Cjau::has_member_of_pointer< C, typename > | Checker for member of pointer '->' operator with convertible pointer return, no arguments |
Cjau::is_cow_type< class, class > | template< class T > is_cow_type<T>::value compile-time Type Trait, determining whether the given template class is a CoW type, e.g |
Cjau::is_darray_type< class, class > | template< class T > is_darray_type<T>::value compile-time Type Trait, determining whether the given template class is a - or has a darray type, e.g |
Cieee11073::FloatTypes | IEEE11073 Float Data Types |
Cjau::FunctionDef< R, A > | |
Cjau::FunctionDef< bool, const MgmtEvent & > | |
Cdirect_bt::GattBatteryServiceSvc | Https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.battery_service.xml |
CGattCharacteristicPropertySpec | |
Cdirect_bt::GattCharacteristicPropertySpec | |
Cdirect_bt::GattCharacteristicSpec | |
CGattCharacteristicSpec | |
CGattClientCharacteristicConfigSpec | |
Cdirect_bt::GattClientCharacteristicConfigSpec | |
Cdirect_bt::GattDeviceInformationSvc | Device Information is a GATT service |
Cdirect_bt::GattGenericAccessSvc | Generic Access Service is a mandatory GATT service all peripherals are required to implement |
Cdirect_bt::GattPeriphalPreferredConnectionParameters | Peripheral Preferred Connection Parameters is a GATT Characteristic |
Cdirect_bt::GattPnP_ID | PnP ID is a GATT Characteristic |
CGattServiceCharacteristic | |
Cdirect_bt::GattServiceCharacteristic | |
Cdirect_bt::GattTemperatureMeasurement | Https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Characteristics/org.bluetooth.characteristic.temperature_measurement.xml |
Cstd::hash< Addr48Bit > | |
Cstd::hash< DataType01 > | |
Cstd::hash< direct_bt::BDAddressAndType > | |
Cstd::hash< direct_bt::BTDeviceRegistry::DeviceID > | |
Cstd::hash< direct_bt::EUI48 > | |
Cstd::hash< direct_bt::EUI48Sub > | |
Chci_rp_status | |
Cdirect_bt::HCIComm | Read/Write HCI communication channel |
Cdirect_bt::HCIHandler | A thread safe singleton handler of the HCI control channel to one controller (BT adapter) |
Cdirect_bt::HCILocalVersion | |
►Cdirect_bt::HCIPacket | BT Core Spec v5.2: Vol 4, Part E HCI: 5.4 Exchange of HCI-specific information |
Cdirect_bt::HCIACLData | BT Core Spec v5.2: Vol 4, Part E HCI: 5.4.2 HCI ACL Data packets |
►Cdirect_bt::HCICommand | BT Core Spec v5.2: Vol 4, Part E HCI: 5.4.1 HCI Command packet |
Cdirect_bt::HCIDisconnectCmd | BT Core Spec v5.2: Vol 4, Part E HCI: 7.1.6 Disconnect command |
Cdirect_bt::HCIStructCommand< hcistruct > | Generic HCICommand wrapper for any HCI IOCTL structure |
►Cdirect_bt::HCIEvent | BT Core Spec v5.2: Vol 4, Part E HCI: 5.4.4 HCI Event packet |
Cdirect_bt::HCICommandCompleteEvent | BT Core Spec v5.2: Vol 4, Part E HCI: 7.7.14 Command Complete event |
Cdirect_bt::HCICommandStatusEvent | BT Core Spec v5.2: Vol 4, Part E HCI: 7.7.15 Command Status event |
Cdirect_bt::HCIDisconnectionCompleteEvent | BT Core Spec v5.2: Vol 4, Part E HCI: 7.7.5 Disconnection Complete event |
Cdirect_bt::HCIMetaEvent | BT Core Spec v5.2: Vol 4, Part E HCI: 7.7.65 LE Meta event |
Cdirect_bt::HCIStructCmdCompleteEvtWrap< hcistruct > | Generic HCIEvent wrapper for any HCI IOCTL 'command complete' alike event struct having a HCIStatusCode uint8_t status field |
Cdirect_bt::HCIStructCmdCompleteMetaEvtWrap< hcistruct > | Generic HCIMetaEvent wrapper for any HCI IOCTL 'command complete' alike meta event struct having a HCIStatusCode uint8_t status field |
CInteger | |
►Cintegral_constant | |
Cjau::has_endian_big< Dummy_type > | A big-endian type trait for convenience |
Cjau::has_endian_little< Dummy_type > | A little-endian type trait for convenience |
Cjau::InvocationFunc< R, A > | One goal to produce the member-function type instance is to be class type agnostic for storing in the toolkit |
Cjau::InvocationFunc< bool, A... > | |
►Cjau::InvocationFunc< R, A... > | |
Cjau::CaptureInvocationFunc< R, I, A > | |
Cjau::ClassInvocationFunc< R, C, A > | |
Cjau::NullInvocationFunc< R, A > | |
Cjau::PlainInvocationFunc< R, A > | |
Cjau::StdInvocationFunc< R, A > | |
►Cjau::JavaAnon | Pure virtual JavaAnon, hiding Java JNI details from API, to be implemented by JNI module |
Cjau::JavaGlobalObj | Implementation for JavaAnon, by simply wrapping a JNIGlobalRef instance |
►Cjau::JavaUplink | Sharing the anonymous Java object (JavaAnon), i.e |
Cdirect_bt::BTManager | A thread safe singleton handler of the Linux Kernel's BlueZ manager control channel |
►Cdirect_bt::BTObject | |
Cdirect_bt::BTAdapter | BTAdapter represents one Bluetooth Controller |
Cdirect_bt::BTDevice | |
Cdirect_bt::BTGattChar | |
Cdirect_bt::BTGattDesc | BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.3 Characteristic Descriptor |
Cdirect_bt::BTGattService | Representing a complete [Primary] Service Declaration including its list of Characteristic Declarations, which also may include its client config if available |
CJNICriticalArray< T, U > | |
CJNIEnvContainer | |
CJNIGlobalRef | |
Cdirect_bt::HCIACLData::l2cap_frame | Representing ACL Datas' L2CAP Frame |
Cdirect_bt::l2cap_hdr | |
Cdirect_bt::L2CAPComm | Read/Write L2CAP communication channel |
►Cdirect_bt::BTGattChar::Listener | BTGattChar event listener for notification and indication events |
CMyGATTEventListener | |
Cdirect_bt::ManufactureSpecificData | |
Cdirect_bt::MgmtAdapterEventCallback | |
Cdirect_bt::MgmtConnParam | Used in MgmtLoadConnParamCmd and MgmtEvtNewConnectionParam |
Cdirect_bt::MgmtIdentityResolvingKeyInfo | Used for MgmtLoadIdentityResolvingKeyCmd and MgmtEvtNewIdentityResolvingKey |
Cdirect_bt::MgmtLinkKeyInfo | Used for MgmtLoadLinkKeyCmd and MgmtEvtNewLinkKey |
Cdirect_bt::MgmtLongTermKeyInfo | Used for MgmtLoadLongTermKeyCmd and MgmtEvtNewLongTermKey |
►Cdirect_bt::MgmtMsg | |
►Cdirect_bt::MgmtCommand | |
Cdirect_bt::MgmtAddDeviceToWhitelistCmd | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t action |
►Cdirect_bt::MgmtCmdAdressInfoMeta | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtCancelPairDevice | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtDisconnectCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtGetConnectionInfoCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtPinCodeNegativeReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtRemoveDeviceFromWhitelistCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtUserConfirmNegativeReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtUserConfirmReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtUserPasskeyNegativeReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtLoadConnParamCmd | Uint16_t param_count 2 MgmtConnParam param[] 15 = 1x |
Cdirect_bt::MgmtLoadIdentityResolvingKeyCmd | Uint16_t key_count MgmtIdentityResolvingKey keys[key_count] |
Cdirect_bt::MgmtLoadLinkKeyCmd | Uint8_t debug_keys, uint16_t key_count, MgmtLinkKey keys[key_count] |
Cdirect_bt::MgmtLoadLongTermKeyCmd | Uint16_t key_count MgmtLongTermKey keys[key_count] |
Cdirect_bt::MgmtPairDeviceCmd | Mgmt_addr_info { EUI48, uint8_t type }, SMPIOCapability io_cap (1 octet) |
Cdirect_bt::MgmtPinCodeReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t pin_len, uint8_t pin_code[16] |
Cdirect_bt::MgmtSetDiscoverableCmd | Uint8_t discoverable uint16_t timeout |
Cdirect_bt::MgmtSetLocalNameCmd | Uint8_t name[MGMT_MAX_NAME_LENGTH]; uint8_t short_name[MGMT_MAX_SHORT_NAME_LENGTH]; |
Cdirect_bt::MgmtUint8Cmd | |
Cdirect_bt::MgmtUnpairDeviceCmd | Mgmt_addr_info { EUI48, uint8_t type }, bool disconnect (1 octet) |
Cdirect_bt::MgmtUserPasskeyReplyCmd | Mgmt_addr_info { EUI48, uint8_t type }, uint32_t passkey |
►Cdirect_bt::MgmtEvent | Uint16_t opcode, uint16_t dev-id, uint16_t param_size |
►Cdirect_bt::MgmtEvtAdressInfoMeta | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtDeviceBlocked | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtDeviceUnblocked | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtDeviceUnpaired | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtDeviceWhitelistRemoved | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtUserPasskeyRequest | Mgmt_addr_info { EUI48, uint8_t type }, |
Cdirect_bt::MgmtEvtAuthFailed | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t status |
►Cdirect_bt::MgmtEvtCmdComplete | |
Cdirect_bt::MgmtEvtAdapterInfo | |
Cdirect_bt::MgmtEvtCmdStatus | |
Cdirect_bt::MgmtEvtControllerError | |
Cdirect_bt::MgmtEvtDeviceConnected | Mgmt_addr_info { EUI48, uint8_t type }, uint32_t flags, uint16_t eir_len; uint8_t *eir |
Cdirect_bt::MgmtEvtDeviceConnectFailed | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t status |
Cdirect_bt::MgmtEvtDeviceDisconnected | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t reason |
Cdirect_bt::MgmtEvtDeviceFound | Mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, uint32_t flags, uint16_t eir_len; uint8_t *eir |
Cdirect_bt::MgmtEvtDeviceWhitelistAdded | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t action |
Cdirect_bt::MgmtEvtDiscovering | |
Cdirect_bt::MgmtEvtHCIEncryptionChanged | Mgmt_addr_info { EUI48, uint8_t type }, HCIStatusCode status (1 Octet) uint8_t enc_enabled (1 Octet) |
Cdirect_bt::MgmtEvtHCIEncryptionKeyRefreshComplete | Mgmt_addr_info { EUI48, uint8_t type }, HCIStatusCode status (1 Octet) |
Cdirect_bt::MgmtEvtHCILERemoteUserFeatures | Mgmt_addr_info { EUI48, uint8_t type }, uint64_t features (8 Octets) |
Cdirect_bt::MgmtEvtLocalNameChanged | Uint8_t name[MGMT_MAX_NAME_LENGTH]; uint8_t short_name[MGMT_MAX_SHORT_NAME_LENGTH]; |
Cdirect_bt::MgmtEvtNewConnectionParam | Int8_t store_hint, MgmtConnParam connParam |
Cdirect_bt::MgmtEvtNewIdentityResolvingKey | Uint8_t store_hint, EUI48 random_address; MgmtIdentityResolvingKey key |
Cdirect_bt::MgmtEvtNewLinkKey | Uint8_t store_hint, MgmtLinkKey key |
Cdirect_bt::MgmtEvtNewLongTermKey | Uint8_t store_hint, MgmtLongTermKeyInfo key |
Cdirect_bt::MgmtEvtNewSettings | Uint32_t settings |
Cdirect_bt::MgmtEvtNewSignatureResolvingKey | Uint8_t store_hint, EUI48 random_address; MgmtSignatureResolvingKeyInfo key |
Cdirect_bt::MgmtEvtPairDeviceComplete | Mgmt_addr_info { EUI48, uint8_t type }, MgmtStatus (1 octet) |
Cdirect_bt::MgmtEvtPinCodeRequest | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t secure |
Cdirect_bt::MgmtEvtUserConfirmRequest | Mgmt_addr_info { EUI48, uint8_t type }, uint8_t confirm_hint uint32_t value |
Cdirect_bt::MgmtSignatureResolvingKeyInfo | Used for MgmtEvtNewSignatureResolvingKey |
Cdirect_bt::NameAndShortName | |
CNamedPayloadListDefault< Payload > | |
CNamedPayloadListMemMove< Payload > | |
CNamedSharedPayloadListDefault< Payload > | |
CNamedSharedPayloadListMemMove< Payload > | |
CNot | |
►COne | |
CTwo | |
Cjau::packed_t< T > | Safe access to a pointer cast from unaligned memory via packed attribute, i.e |
Cjau::callocator< T >::rebind< U > | |
Cjau::counting_allocator< T >::rebind< U > | |
Cjau::counting_callocator< T >::rebind< U > | |
Cjau::ringbuffer< Value_type, NullValue_type, Size_type, use_memcpy, use_memset > | Ring buffer implementation, a.k.a circular buffer, exposing lock-free get*(..) and put*(..) methods |
Cjau::ringbuffer< std::unique_ptr< const direct_bt::AttPDUMsg >, std::nullptr_t, jau::nsize_t > | |
Cjau::ringbuffer< std::unique_ptr< const direct_bt::SMPPDUMsg >, std::nullptr_t, jau::nsize_t > | |
Cjau::ringbuffer< std::unique_ptr< direct_bt::HCIEvent >, std::nullptr_t, jau::nsize_t > | |
Cjau::ringbuffer< std::unique_ptr< direct_bt::MgmtEvent >, std::nullptr_t, jau::nsize_t > | |
►Cjau::root_environment | Base jau environment class, merely to tag all environment settings by inheritance and hence documentation |
Cdirect_bt::BTGattEnv | GATT Singleton runtime environment properties |
Cdirect_bt::HCIEnv | HCI Singleton runtime environment properties |
Cdirect_bt::L2CAPEnv | L2CAP Singleton runtime environment properties |
Cdirect_bt::MgmtEnv | Managment Singleton runtime environment properties |
Cdirect_bt::SMPEnv | SMP Singleton runtime environment properties |
Cjau::environment | Main jau environment class, supporting environment variable access and fetching elapsed time using its stored startup-time |
Cjau::sc_atomic_critical | This class provides a RAII-style Sequentially Consistent (SC) data race free (DRF) critical block |
Cdirect_bt::SMPHandler | A thread safe SMP handler associated to one device via one L2CAP connection |
Cdirect_bt::SMPKeyBin | Storage for SMP keys including the required connection parameter |
Cdirect_bt::SMPLongTermKeyInfo | SMP Long Term Key Info, used for platform agnostic persistence |
►Cdirect_bt::SMPPDUMsg | Handles the Security Manager Protocol (SMP) using Protocol Data Unit (PDU) encoded messages over L2CAP channel |
►Cdirect_bt::SMPEncKeyByteStream | Tag type to group all SMP messages covering encryption keys, treated as byte stream (all of them) |
Cdirect_bt::SMPEncInfoMsg | Vol 3, Part H: 3.6.2 Encryption Information message |
Cdirect_bt::SMPIdentInfoMsg | Vol 3, Part H: 3.6.4 Identify Information message |
Cdirect_bt::SMPMasterIdentMsg | Vol 3, Part H: 3.6.3 Master Identification message |
Cdirect_bt::SMPPairConfirmMsg | Vol 3, Part H: 3.5.3 Pairing Confirm message |
Cdirect_bt::SMPPairDHKeyCheckMsg | Vol 3, Part H: 3.5.7 Pairing DHKey Check message |
Cdirect_bt::SMPPairPubKeyMsg | Vol 3, Part H: 3.5.6 Pairing Public Key message |
Cdirect_bt::SMPPairRandMsg | Vol 3, Part H: 3.5.4 Pairing Random message |
Cdirect_bt::SMPSignInfoMsg | Vol 3, Part H: 3.6.6 Signing Information message |
Cdirect_bt::SMPIdentAddrInfoMsg | Vol 3, Part H: 3.6.5 Identity Address Information message |
Cdirect_bt::SMPPairFailedMsg | Vol 3, Part H: 3.5.5 Pairing Failed message |
Cdirect_bt::SMPPairingMsg | Vol 3, Part H: 3.5.1 Pairing Request message |
Cdirect_bt::SMPPasskeyNotification | Vol 3, Part H: 3.5.8 Passkey Entry: Keypress notification messages |
Cdirect_bt::SMPSecurityReqMsg | Vol 3, Part H: 3.6.7 Security Request message |
Cdirect_bt::SMPSignatureResolvingKeyInfo | SMP Signature Resolving Key Info, used for platform agnostic persistence |
Cdirect_bt::impl::StatusListenerPair | |
CTestFunctionDef01 | |
CTestMemModelSCDRF00 | Test_mm_sc_drf_00: Testing SC-DRF non-atomic global read and write within an atomic acquire/release critical block |
CTestMemModelSCDRF01 | Test_mm_sc_drf_01: Testing SC-DRF non-atomic global read and write within a locked mutex critical block |
CTestRingbuffer01 | |
CTestRingbuffer02 | |
CTestRingbuffer03 | |
CTestRingbuffer11 | |
CTestRingbuffer12 | |
CTestRingbuffer13 | |
Cdirect_bt::TOctetSlice | |
►Cdirect_bt::TROOctets | Transient read only octet data, i.e |
►Cdirect_bt::TOctets | Transient octet data, i.e |
Cdirect_bt::POctets | Persistent octet data, i.e |
►Ctrue_type | |
Cjau::has_member_of_pointer< C, typename >::type > | |
Cjau::is_cow_type< T, std::void_t< typename T::cow_container_t > > | template< class T > is_cow_type<T>::value compile-time Type Trait, determining whether the given template class is a CoW type, e.g |
Cjau::is_darray_type< T, std::void_t< typename T::darray_tag > > | template< class T > is_darray_type<T>::value compile-time Type Trait, determining whether the given template class is a - or has a darray type, e.g |
►Cjau::type_name_cue< T > | Helper, allowing simple access and provision of a typename string representation at compile time, see jau::type_cue for usage |
Cjau::type_cue< T > | Helper, allowing simple access to compile time typename and Type traits information, see jau::type_name_cue to setup typename's string representation |
Cjau::uint128_t | |
Cjau::uint192_t | |
Cjau::uint256_t | |
►Cdirect_bt::uuid_t | |
Cdirect_bt::uuid128_t | |
Cdirect_bt::uuid16_t | |
Cdirect_bt::uuid32_t | |