R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

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.