Microchip® Advanced Software Framework

tx_power.h File Reference

TX Service declarations.

Copyright (c) 2017-2019 Microchip Technology Inc. and its subsidiaries.

#include "ble_manager.h"

Data Structures

struct  gatt_txps_char_handler
 

Macros

#define DEFAULT_TX_PWR_VALUE   (6)
 DEFAULT_TX_PWR_VALUE the tx power value. More...
 
#define TXPS_CHARACTERISTIC_COUNT   (1)
 count of characteristics in tx power service More...
 
#define TXPS_INCLUDED_SERVICE_COUNT   (0)
 count of included service in tx power service More...
 

Typedefs

typedef struct
gatt_txps_char_handler 
gatt_txps_char_handler_t
 

Functions

void init_tx_power_service (gatt_service_handler_t *tx_power_serv)
 Initialize the tx power service with default values. More...
 
at_ble_status_t txps_primary_service_define (gatt_service_handler_t *txps_primary_service)
 Defining the tx power service to the attribute data base. More...