#include <at_ble_api.h>
Data Fields | |
at_ble_handle_t | char_handle |
characteristic handle More... | |
uint16_t | char_len |
length of packet to send More... | |
uint8_t | char_value [AT_BLE_MAX_ATT_LEN] |
data value with maximum length AT_BLE_MAX_ATT_LEN More... | |
at_ble_handle_t | conn_handle |
Connection handle. More... | |
at_ble_handle_t at_ble_indication_recieved_t::char_handle |
characteristic handle
uint16_t at_ble_indication_recieved_t::char_len |
length of packet to send
uint8_t at_ble_indication_recieved_t::char_value[AT_BLE_MAX_ATT_LEN] |
data value with maximum length AT_BLE_MAX_ATT_LEN
at_ble_handle_t at_ble_indication_recieved_t::conn_handle |
Connection handle.