Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Auto generated API documentation and code listings for BLE_API
Address_t | BLE address |
AddressType | < A simple container for the enumeration of address-types for Protocol addresses |
Gap::AdvertisementCallbackParams_t | Structure containing data and metadata of a scanned advertising packet |
base | Base class for all intances of SafeBool |
BLE | The base class used to abstract away BLE-capable radio transceivers or SOCs, so that the BLE API can work with any radio transparently |
BLEInstanceBase | The interface for the transport object to be created by the target library's createBLEInstance() |
CallChainOfFunctionPointersWithContext< ContextType > | Group one or more functions in an instance of a CallChainOfFunctionPointersWithContext , then call them in sequence using CallChainOfFunctionPointersWithContext::call() |
CharacteristicDescriptorDiscovery | Contain all definitions of callbacks and callbacks parameters types related to characteristic descriptor discovery |
Gap::ConnectionCallbackParams_t | Encapsulates the parameters of a connection |
Gap::ConnectionParams_t | Structure containing GAP connection parameters |
Gap::DisconnectionCallbackParams_t | Structure that encapsulates information about a disconnection event |
DiscoveredCharacteristic | Representation of a characteristic discovered during a GattClient discovery procedure (see GattClient::launchServiceDiscovery ) |
DiscoveredCharacteristicDescriptor | Representation of a descriptor discovered during a GattClient discovery procedure (see GattClient::discoverCharacteristicDescriptors or DiscoveredCharacteristic::discoverDescriptors ) |
DiscoveredService | Type for holding information about the service and the characteristics found during the discovery process |
CharacteristicDescriptorDiscovery::DiscoveryCallbackParams_t | Parameter type of CharacteristicDescriptorDiscovery::DiscoveryCallback_t |
FunctionPointerWithContext< ContextType > | A class for storing and calling a pointer to a static or member void function that takes a context |
GapAdvertisingData | This class provides several helper functions to generate properly formatted GAP Advertising and Scan Response data payloads |
GapAdvertisingParams | This class provides a wrapper for the core advertising parameters, including the advertising type (Connectable Undirected, Non Connectable Undirected and so on), as well as the advertising and timeout intervals |
GapEvents | The base class used to abstract away the callback events that can be triggered with the GAP |
Gap::GapState_t | Describes the current state of the device (more than one bit can be set) |
GattAttribute | Instances of this class encapsulate the data that belongs to a Bluetooth Low Energy attribute |
GattHVXCallbackParams | For encapsulating handle-value update events (notifications or indications) generated at the remote server |
GattServerEvents | The base class used to abstract away the callback events that can be triggered with the GATT Server |
BLE::InitializationCompleteCallbackContext | The context provided to init-completion-callbacks (see init() below) |
BLE::OnEventsToProcessCallbackContext | Parameters provided to the callback registered by onEventsToProcess when there is events to process |
GattCharacteristic::PresentationFormat_t | GATT presentation format wrapper |
DiscoveredCharacteristic::Properties_t | Structure that encapsulates the properties of a discovered characteristic |
ReadOnlyArrayGattCharacteristic< T, NUM_ELEMENTS > | Helper class to construct a read-only GattCharacteristic with an array value |
ReadOnlyGattCharacteristic< T > | Helper class to construct a read-only GattCharacteristic |
ReadWriteArrayGattCharacteristic< T, NUM_ELEMENTS > | Helper class to construct a readable and writable GattCharacteristic with an array value |
ReadWriteGattCharacteristic< T > | Helper class to construct a readable and writable GattCharacteristic |
SafeBool< T > | Template class SafeBool use CRTP to made boolean conversion easy and correct |
CharacteristicDescriptorDiscovery::TerminationCallbackParams_t | Parameter type of CharacteristicDescriptorDiscovery::TerminationCallback_t |
UUID | An instance of this class represents a Universally Unique Identifier ( UUID ) in the BLE API |
Gap::Whitelist_t | Representation of a Bluetooth Low Enery Whitelist containing addresses |
WriteOnlyArrayGattCharacteristic< T, NUM_ELEMENTS > | Helper class to construct a write-only GattCharacteristic with an array value |
WriteOnlyGattCharacteristic< T > | Helper class to construct a write-only GattCharacteristic |
Code
BLE.cpp [code] | |
BLE.h [code] | |
blecommon.h [code] | |
BLEInstanceBase.cpp [code] | |
BLEInstanceBase.h [code] | |
BLEProtocol.h [code] | |
CallChainOfFunctionPointersWithContext.h [code] | |
CharacteristicDescriptorDiscovery.h [code] | |
deprecate.h [code] | |
DiscoveredCharacteristic.cpp [code] | |
DiscoveredCharacteristic.h [code] | |
DiscoveredCharacteristicDescriptor.h [code] | |
DiscoveredService.h [code] | |
FunctionPointerWithContext.h [code] | |
Gap.h [code] | |
GapAdvertisingData.h [code] | |
GapAdvertisingParams.h [code] | |
GapEvents.h [code] | |
GapScanningParams.cpp [code] | |
GapScanningParams.h [code] | |
GattAttribute.h [code] | |
GattCallbackParamTypes.h [code] | |
GattCharacteristic.h [code] | |
GattClient.h [code] | |
GattServer.h [code] | |
GattServerEvents.h [code] | |
GattService.h [code] | |
SafeBool.h [code] | |
SecurityManager.h [code] | |
ServiceDiscovery.h [code] | |
UUID.h [code] |
Namespaces
BLEProtocol | A common namespace for types and constants used everywhere in BLE API |