TX Service.
Copyright (c) 2017-2019 Microchip Technology Inc. and its subsidiaries.
#include "tx_power.h"
Functions | |
void | init_tx_power_service (gatt_service_handler_t *tx_power_serv) |
Tx power service initialization. More... | |
at_ble_status_t | txps_power_read (at_ble_handle_t conn_handle, at_ble_handle_t char_handle) |
Send the Read Request to Tx Power service. More... | |
int8_t | txps_power_read_response (at_ble_characteristic_read_response_t *char_read_resp, gatt_txps_char_handler_t *txps_handler) |
Read a Tx Power. More... | |
at_ble_status_t | txps_primary_service_define (gatt_service_handler_t *txps_primary_service) |
Tx power service definition. More... | |
Variables | |
uint8_t | tx_power_initial_value = DEFAULT_TX_PWR_VALUE |
uint8_t tx_power_initial_value = DEFAULT_TX_PWR_VALUE |
Referenced by init_tx_power_service().