Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

Module's internal tables.

Module's internal tables.

This section describes the module's internal tables and the static global variables needed for its functionality. More...

Variables

static uint8_t * m_app_context_table [DEVICE_MANAGER_MAX_BONDS]
 Table to remember application contexts of bonded devices.

Detailed Description

This section describes the module's internal tables and the static global variables needed for its functionality.


Variable Documentation

uint8_t* m_app_context_table[DEVICE_MANAGER_MAX_BONDS] [static]

Table to remember application contexts of bonded devices.

Definition at line 481 of file device_manager_peripheral.c.