MCUXpresso SDK Documentation

Localization Reader

Localization Reader#

This section describes the functionality of the Localization Reader demo application.

Please check out the Localization Reader section in the Bluetooth Low Energy Localization Application Note.

Transient Application Key#

Use the Bluetooth LE Localization Reader application to exercise the TAK(Transient Application Key) feature. First, ‘gAppUseTAK_c’ must be enabled and ‘gConnTakMaxEntries_c’ must be configured to the maximum number of keys we want to support on a device. Also ‘gAppTAKAdvID_c’ must be set to be the same string as in loc_user_device. The key is stored per device ID. Each key is erased after it is used, as per TAK specification requirements.

A Transient Application Key must be set before starting the application, using the command:

tak 0 00112233445566778899aabbccddeeff

Parent topic:Usage

Parent topic:Bluetooth LE stack and demo applications