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... | |
ATT callback event.
| hdr.event | Callback event | 
| hdr.param | DM connection ID | 
| hdr.status | Event status: ATT_SUCCESS or error status | 
| pValue | Pointer to value data, valid if valueLen > 0 | 
| valueLen | Length of value data | 
| handle | Attribute handle | 
| continuing | TRUE if more response packets expected | 
| mtu | Negotiated MTU value | 
| wsfMsgHdr_t hdr |