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 LinkNode-Test by
Enumerations
[Events, type definitions and API calls]
Enumerations | |
enum | BLE_COMMON_SVCS { SD_BLE_ENABLE = BLE_SVC_BASE, SD_BLE_EVT_GET, SD_BLE_TX_BUFFER_COUNT_GET, SD_BLE_UUID_VS_ADD, SD_BLE_UUID_DECODE, SD_BLE_UUID_ENCODE, SD_BLE_VERSION_GET, SD_BLE_USER_MEM_REPLY, SD_BLE_OPT_SET, SD_BLE_OPT_GET } |
Common API SVC numbers. More... | |
enum | BLE_COMMON_EVTS { BLE_EVT_TX_COMPLETE = BLE_EVT_BASE, BLE_EVT_USER_MEM_REQUEST, BLE_EVT_USER_MEM_RELEASE } |
BLE Module Independent Event IDs. More... | |
enum | BLE_COMMON_OPTS { BLE_COMMON_OPT_RADIO_CPU_MUTEX = BLE_OPT_BASE } |
Common Option IDs. More... |
Enumeration Type Documentation
enum BLE_COMMON_EVTS |
BLE Module Independent Event IDs.
enum BLE_COMMON_OPTS |
enum BLE_COMMON_SVCS |
Common API SVC numbers.
- Enumerator:
SD_BLE_ENABLE Enable and initialize the BLE stack.
SD_BLE_EVT_GET Get an event from the pending events queue.
SD_BLE_TX_BUFFER_COUNT_GET Get the total number of available application transmission buffers from the BLE stack.
SD_BLE_UUID_VS_ADD Add a Vendor Specific UUID.
SD_BLE_UUID_DECODE Decode UUID bytes.
SD_BLE_UUID_ENCODE Encode UUID bytes.
SD_BLE_VERSION_GET Get the local version information (company id, Link Layer Version, Link Layer Subversion).
SD_BLE_USER_MEM_REPLY User Memory Reply.
SD_BLE_OPT_SET Set a BLE option.
SD_BLE_OPT_GET Get a BLE option.
Generated on Tue Jul 12 2022 16:00:23 by
