Mistake on this page?
Report an issue in GitHub or email us
Data Fields
attEvt_t Struct Reference

ATT callback event. More...

#include <att_api.h>

Data Fields

wsfMsgHdr_t hdr
 Header structure. More...
 
uint8_t * pValue
 Value. More...
 
uint16_t valueLen
 Value length. More...
 
uint16_t handle
 Attribute handle. More...
 
bool_t continuing
 TRUE if more response packets expected. More...
 
uint16_t mtu
 Negotiated MTU value. More...
 

Detailed Description

ATT callback event.

Parameters
hdr.eventCallback event
hdr.paramDM connection ID
hdr.statusEvent status: ATT_SUCCESS or error status
pValuePointer to value data, valid if valueLen > 0
valueLenLength of value data
handleAttribute handle
continuingTRUE if more response packets expected
mtuNegotiated MTU value

Definition at line 184 of file att_api.h.

Field Documentation

bool_t continuing

TRUE if more response packets expected.

Definition at line 190 of file att_api.h.

uint16_t handle

Attribute handle.

Definition at line 189 of file att_api.h.

Header structure.

Definition at line 186 of file att_api.h.

uint16_t mtu

Negotiated MTU value.

Definition at line 191 of file att_api.h.

uint8_t* pValue

Value.

Definition at line 187 of file att_api.h.

uint16_t valueLen

Value length.

Definition at line 188 of file att_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.