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 | MAX_TX_POWER_CHAR_SIZE (1) |
#define | TXPS_INVALID_CHAR_HANDLE (0) |
#define | TXPS_INVALID_POWER_VALUE (0xFF) |
#define | TXPS_POWER_READ_LENGTH (1) |
#define | TXPS_POWER_READ_OFFSET (0) |
Typedefs | |
typedef struct gatt_txps_char_handler | gatt_txps_char_handler_t |
Functions | |
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... | |