![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Typedefs | |
typedef void | ScppsAppCback_t(dmConnId_t connId, uint16_t interval, uint16_t window) |
Application interval window callback. | |
Functions | |
void | ScppsRegisterCback (ScppsAppCback_t *cback) |
Called to register an application scan interval window callback function. More... | |
uint8_t | ScppsAttsWriteCback (dmConnId_t connId, uint16_t handle, uint8_t operation, uint16_t offset, uint16_t len, uint8_t *pValue, attsAttr_t *pAttr) |
Called when the peer writes to SCPPS attributes. More... | |
void ScppsRegisterCback | ( | ScppsAppCback_t * | cback | ) |
Called to register an application scan interval window callback function.
cback | Application interval window callback |
uint8_t ScppsAttsWriteCback | ( | dmConnId_t | connId, |
uint16_t | handle, | ||
uint8_t | operation, | ||
uint16_t | offset, | ||
uint16_t | len, | ||
uint8_t * | pValue, | ||
attsAttr_t * | pAttr | ||
) |
Called when the peer writes to SCPPS attributes.
connId | DM connection identifier. |
handle | ATT handle. |
operation | ATT operation. |
offset | Write offset. |
len | Write length. |
pValue | Value to write. |
pAttr | Attribute to write. |