nRF51 SDK | Application Programming Interface for Common Libraries, BLE Libraries, and BLE Services |
 Database Discovery | Database discovery module |
  Defines | |
  Enumerations | |
  Structures | |
  Types | |
  Functions | |
 Peripheral Drivers | |
  ADNS2080 driver | ADNS2080 mouse sensor driver |
  Cherry 8x16 keyboard matrix driver | Cherry 8x16 keyboard matrix driver |
  DS1624 digital temperature sensor driver | DS1624 digital temperature sensor driver |
  MPU6050 gyro/accelerometer driver | MPU6050 gyro/accelerometer driver |
  Synaptics Touchpad driver. | Synaptics Touchpad driver |
  ADC HAL | Hardware abstraction layer for managing the analog-to-digital converter |
  AES ECB encryption | Driver for the nRF51 AES Electronic Code Book (ECB) peripheral |
  GPIO abstraction | GPIO pin abstraction and port abstraction for reading and writing byte-wise to GPIO ports |
  GPIOTE abstraction | GPIOTE abstraction for configuration of channels |
  Non-volatile memory controller | Driver for the nRF51 NVMC peripheral |
  TEMP (temperature) abstraction | Temperature module init and read functions |
  Timer HAL and driver | Timer APIs |
   Timer HAL | Hardware abstraction layer for accessing the timer peripheral |
   Timer driver | Multi-instance timer driver |
  QDEC HAL and driver | Quadrature decoder (QDEC) APIs |
   QDEC HAL | Hardware abstraction layer for accessing the quadrature decoder (QDEC) peripheral |
   QDEC driver | Quadrature decoder (QDEC) driver |
  Clock HAL and driver | Clock APIs |
   Clock HAL | Hardware abstraction layer for managing the low-frequency clock (LFCLK) and the high-frequency clock (HFCLK) |
   Clock driver | Driver for managing the low-frequency clock (LFCLK) and the high-frequency clock (HFCLK) |
  LPCOMP HAL and driver | Low Power Comparator (LPCOMP) APIs |
   LPCOMP HAL | Hardware abstraction layer for managing the Low Power Comparator (LPCOMP) |
   LPCOMP driver | Low Power Comparator (LPCOMP) driver |
  WDT HAL and driver | |
   WDT HAL | Hardware abstraction layer for accessing the watchdog timer (WDT) peripheral |
   WDT driver | WDT driver |
  RTC HAL and driver | Real timer counter (RTC) APIs |
   RTC HAL | Hardware abstraction layer for managing the real time counter (RTC) |
   RTC driver | Real timer counter (RTC) driver |
  SDIO driver | 2-wire serial interface driver |
  SPI Master driver | SPI master driver |
  Software controlled SPI Slave driver. | Software controlled SPI Slave driver |
  Software controlled TWI Master driver | Software controlled TWI Master driver |
  RNG HAL and driver | Random number generator (RNG) APIs |
   RNG HAL | Hardware abstraction layer for managing the random number generator (RNG) |
   RNG driver | Driver for managing the random number generator (RNG) |
  PPI HAL and driver | Programmable Peripheral Interconnect (PPI) APIs |
   PPI HAL | Hardware abstraction layer for setting up Programmable Peripheral Interconnect (PPI) channels |
   PPI driver | Programmable Peripheral Interconnect (PPI) driver |
 BLE Services | |
  Heart Rate Service Client | Heart Rate Service Client module |
   Enumerations | |
   Structures | |
   Types | |
   Functions | |
  Battery Service Client | Battery Service Client module |
   Enumerations | |
   Structures | |
   Types | |
   Functions | |
  Common service definitions | Constants, type definitions and functions that are common to all services |
   Service UUID definitions | |
   Characteristic UUID definitions | |
   Definitions for the Alert Level characteristic values | |
 BLE Libraries | |
  Device Manager | Device Manager Application Interface Abstraction |
   Device Manager Sequence Charts | |
    Security Set-Up & Status Related | |
     Fresh Bonding & Context Store | |
      GAP Central | |
      GAP Peripheral | |
     Link Encryption with Bonded Device | |
      GAP Central | |
      GAP Peripheral | |
    Device Manager Context Management MSCs | |
     Deleting one or all device context | |
      GAP Peripheral/GAP Central: Delete one bonded device | |
      GAP Peripheral/GAP Central: Delete all bonded devices | |
    Initialization and Setup | |
   Service/Protocol Types | Describes the possible types of Service/Protocol Contexts for a bonded/peer device |
   Device Manager Events | This section describes the device manager events that are notified to the application |
    General Events | General or miscellaneous events |
    Link Status Events | Link Status Events |
    Context Management Events | Context Management Events |
   Device Manager Data Types | This section describes all the data types exposed by the module to the application |
   Device Module APIs | This section describes APIs exposed by the module |
    Device Module Set-up APIs | Initialization & registration APIs that are pre-requisite for all other module procedures |
    APIs to set up or read status of security on a link. | This section describes APIs to set up Security. These APIs require that the peer is connected before the procedures can be requested |
    Context Management APIs | Utility APIs offered by the device manager to get information about the peer if and when needed |
    Utility APIs | This section describes the utility APIs offered by the module |
  Assert Handler for debug purposes. | Module for handling of assert during application development when debugging |
  DTM - Direct Test Mode | Module for testing RF/PHY using DTM commands |
  Error Log Module | Module for writing error and stack to flash memory |
  Radio Notification Event Handler | Module for propagating Radio Notification events to the application |
  BLE Date Time characteristic type | Definition of ble_date_time_t type |
  Flash Manager | Module for accessing flash memory |
 SDK Common Libraries | |
  Persistent Storage Interface | Abstracted flash interface |
   Persistent Storage Access Operation Codes | Persistent Storage Access Operation Codes. These are used to report any error during a persistent storage access operation or any general error that may occur in the interface |
   Persistent Memory Interface Data Types | Data Types needed for interfacing with persistent memory |
   Persistent Storage Access Routines | Functions/Interface SDK modules use to persistently store data |
  UART module | UART module interface |
  Button Handler | Buttons handling module |
  FIFO implementation | FIFO implementation |
  GPIOTE Handler | GPIOTE handler module |
  Memory pool | Memory pool implementation |
   Memory Pool Internal | Memory pool internal definitions |
  SLIP module | SLIP layer for supporting packet framing in HCI transport |
  HCI Transport | HCI transport module implementation |
   CRC compute | This module implements the CRC-16 calculation in the blocks |
  Scheduler | The scheduler is used for transferring execution from the interrupt context to the main context |
  Simple Timer | Simple timer module |
  Application Timer | Application timer functionality |
  Debug Logger | Enables debug logs/ trace over UART |
  Common application error handler | Common application error handler and macros for utilizing a common error handler |
  Utility Functions and Definitions | Various types and definitions available to all applications |
  Utility Functions and Definitions (Platform) | Various types and definitions available to all applications when using SoftDevice |
  SDK Error codes | |
   Base defined for SDK Modules | |
   Codes reserved as identification for module where the error occurred. | |
   Codes reserved as identification for common errors. | |
   Error / status codes specific to device manager. | |
  Board Support Package | BSP module |
  SoftDevice Event Handler | API for initializing and disabling the SoftDevice |
   Types definitions for ANT support in SoftDevice handler. | This file contains the declarations of types required for ANT stack support. These types will be defined when the preprocessor define ANT_STACK_SUPPORT_REQD is defined |
   Types definitions for BLE support in SoftDevice handler. | This file contains the declarations of types required for BLE stack support. These types will be defined when the preprocessor define BLE_STACK_SUPPORT_REQD is defined |
S120 (BLE Central) | Application Programming Interface for S120 SoftDevice |
 BLE SoftDevice Common | Type definitions, macros, error codes, SVC and event number subranges etc. common to all S120 SoftDevice modules |
  Events, type definitions and API calls | Module independent events, type definitions and API calls for the BLE SoftDevice |
   Enumerations | |
   Defines | |
    User Memory Types | |
   Structures | |
   Functions | |
  General error codes | General error code definitions for the BLE API |
  Module specific error code subranges | Assignment of subranges for module specific error codes |
  Bluetooth status codes | |
  Module specific SVC, event and option number subranges | Definition of SVC, event and option number subranges for each API module |
  Common types and macro definitions | Common types and macro definitions for the BLE SoftDevice |
   Defines | |
    BLE Connection Handles | |
    Assigned Values for BLE UUIDs | |
    Types of UUID | |
    Bluetooth Appearance values | |
   Structures | |
  Message Sequence Charts | |
   Interrupt-driven Event Retrieval | |
   Thread Mode Event Retrieval | |
   App Buffer Management | |
  SoftDevice Global Error Codes | Global Error definitions |
   Error Codes Base number definitions | |
 Generic Access Profile (GAP) | Definitions and prototypes for the GAP interface |
  Message Sequence Charts | |
   GAP Advertisement | |
   GAP Peripheral Connection Establishment and Termination | |
   GAP Connection Parameter Update | |
   GAP RSSI | |
   GAP Peripheral Pairing: Just Works | |
   GAP Peripheral Bonding: Just Works | |
   GAP Peripheral Bonding: Passkey Entry, Peripheral displays | |
   GAP Peripheral Bonding: Passkey Entry (Central display) or OOB MSC | |
   GAP Peripheral Encryption Establishment using stored keys | |
   GAP Peripheral Initiated Security Establishment | |
   GAP Scanning | |
   GAP Central Connection Establishment and Termination | |
   GAP Central Connection Parameter Update | |
   GAP Central Encryption Establishment using stored keys | |
   GAP Central Pairing: Just Works | |
   GAP Central Bonding: Just Works | |
   GAP Central Bonding: Passkey Entry, Central displays | |
   GAP Central Bonding: Passkey Entry (Peripheral display) or OOB MSC | |
   GAP Central Security Request Reception | |
   GAP Unexpected Security Packet Reception | |
   GAP Central Encryption and Authentication mutual exclusion | |
   GAP Central Connection Parameter Update on multiple links | |
   GAP Central Control Procedure Serialization on multiple links | |
  Enumerations | |
  Defines | |
   SVC return values specific to GAP | |
   GAP Roles | |
   GAP Timeout sources | |
   GAP Address types | |
   GAP Address cycle modes | |
   GAP Advertising and Scan Response Data format | |
   GAP Advertisement Flags | |
   GAP Advertising interval max and min | |
   GAP Scan interval max and min | |
   GAP Scan window max and min | |
   GAP Scan timeout max and min | |
   GAP Advertising types | |
   GAP Advertising filter policies | |
   GAP Advertising timeout values | |
   GAP Discovery modes | |
   GAP IO Capabilities | |
   GAP Authentication Key Types | |
   GAP Security status | |
   GAP Security status sources | |
   GAP Connection Parameters Limits | |
   GAP attribute security requirement setters | |
   GAP Security Modes | |
  Structures | |
  Functions | |
 Generic Attribute Profile (GATT) Client | Definitions and prototypes for the GATT Client interface |
  Message Sequence Charts | |
   GATTC Primary Service Discovery | |
   GATTC Relationship Discovery | |
   GATTC Characteristic Discovery | |
   GATTC Descriptor Discovery | |
   GATTC Read Characteristic Value by UUID | |
   GATTC Characteristic or Descriptor Value Read | |
   GATTC Read Multiple Characteristic Values | |
   GATTC Characteristic or Descriptor Value Write | |
   GATTC Characteristic or Descriptor Value Long Write | |
   GATTC Characteristic or Descriptor Value Reliable Write | |
   GATTC Handle Value Indication | |
   GATTC Handle Value Notification | |
   GATTC Timeout | |
  Enumerations | |
  Defines | |
   SVC return values specific to GATTC | |
  Structures | |
  Functions | |
 Generic Attribute Profile (GATT) Common | Common definitions and prototypes for the GATT interfaces |
  Defines | |
   GATT Timeout sources | |
   GATT Write operations | |
   GATT Execute Write flags | |
   GATT Handle Value operations | |
   GATT Status Codes | |
   Characteristic Presentation Formats | |
   GATT Bluetooth Namespaces | |
  Structures | |
 Generic Attribute Profile (GATT) Server | Definitions and prototypes for the GATTS interface |
  Message Sequence Charts | |
   GATTS ATT Table Population | |
   GATTS Read Request without Authorization | |
   GATTS Write Request without Authorization | |
   GATTS Write Command with or without Authorization | |
   GATTS Read Request with Authorization | |
   GATTS Write Request with Authorization | |
   GATTS Queued Writes: Stack handled, no attributes require authorization | |
   GATTS Queued Writes: Stack handled, one or more attributes require authorization | |
   GATTS Queued Writes: App handled, no attributes require authorization | |
   GATTS Queued Writes: App handled, one or more attributes require authorization | |
   GATTS Queued Writes: Prepare Queue Full | |
   GATTS Queued Writes: Execute Write without Prepare Write | |
   GATTS Handle Value Indication | |
   GATTS Handle Value Notification | |
   GATTS Handle Value Indication or Notification disabled | |
   GATTS Handle Value Indication or Notification with System Attributes Missing | |
   GATTS Service Changed | |
   GATTS System Attributes Handling: Unknown Peer | |
   GATTS System Attributes Handling: Bonded Peer | |
  Enumerations | |
  Defines | |
   SVC return values specific to GATTS | |
   Maximum attribute lengths | |
   GATT Server Service Types | |
   GATT Server Attribute Types | |
   GATT Server Operations | |
   GATT Value Locations | |
   GATT Server Authorization Types | |
   System Attribute Flags | |
  Structures | |
  Functions | |
  User memory layout for Queued Writes | |
 Logical Link Control and Adaptation Protocol (L2CAP) | Definitions and prototypes for the L2CAP interface |
  Message Sequence Charts | |
   L2CAP API | |
  Enumerations | |
  Defines | |
   SVC return values specific to L2CAP | |
  Structures | |
  Functions | |
 SoftDevice Manager API | APIs for SoftDevice management |
  SoftDevice Manager Error Codes | Error definitions for the SDM API |
  Defines | |
  Enumerations | |
  Types | |
  Functions | |
 SoftDevice Global Error Codes | Global Error definitions |
  Error Codes Base number definitions | |
 SoC Library API | APIs for the SoC library |
  SoC Library Error Codes | Error definitions for the SoC library |
  Defines | |
  Types | |
  Functions | |
 Master Boot Record API | APIs for updating SoftDevice and BootLoader |
  Defines | |
  Enumerations | |
  Types | |
  Functions | |