nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_tps_t Struct Reference

TX Power Service structure. This contains various status information for the service. More...

#include <ble_tps.h>

Data Fields

uint16_t service_handle
 
ble_gatts_char_handles_t tx_power_level_handles
 
uint16_t conn_handle
 

Detailed Description

TX Power Service structure. This contains various status information for the service.

Field Documentation

uint16_t ble_tps_t::conn_handle

Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

uint16_t ble_tps_t::service_handle

Handle of TX Power Service (as provided by the BLE stack).

ble_gatts_char_handles_t ble_tps_t::tx_power_level_handles

Handles related to the TX Power Level characteristic.