Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_tps_init_t Struct Reference

ble_tps_init_t Struct Reference
[TX Power Service]

TX Power Service init structure. More...

#include <ble_tps.h>

Data Fields

int8_t initial_tx_power_level
 Initial value of the TX Power Level characteristic (in dBm).
ble_srv_security_mode_t tps_attr_md
 Initial Security Setting for TX Power Service Characteristics.

Detailed Description

TX Power Service init structure.

This contains all options and data needed for initialization of the service.

Definition at line 41 of file ble_tps.h.


Field Documentation

Initial value of the TX Power Level characteristic (in dBm).

Definition at line 43 of file ble_tps.h.

Initial Security Setting for TX Power Service Characteristics.

Definition at line 44 of file ble_tps.h.