![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
ATT callback event. More...
#include <att_api.h>
Data Fields | |
wsfMsgHdr_t | hdr |
Header structure. | |
uint8_t * | pValue |
Value. | |
uint16_t | valueLen |
Value length. | |
uint16_t | handle |
Attribute handle. | |
bool_t | continuing |
TRUE if more response packets expected. | |
uint16_t | mtu |
Negotiated MTU value. | |
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 |