Cordio Stack and Cordio Profiles  r2p3-02rel0
Internet Profile Support Service

Functions

void SvcIpssAddGroup (void)
 Add the services to the attribute server. More...
 
void SvcIpssRemoveGroup (void)
 Remove the services from the attribute server. More...
 
void SvcIpssCbackRegister (attsReadCback_t readCback, attsWriteCback_t writeCback)
 Register callbacks for the service. More...
 

IP Support Service Handles

enum  {
  IPSS_SVC_HDL = IPSS_START_HDL,
  IPSS_MAX_HDL
}
 IP Support Service Handles. More...
 
#define IPSS_START_HDL   0x0600
 Start handle.
 
#define IPSS_END_HDL   (IPSS_MAX_HDL - 1)
 End handle.
 

Description

Enumeration Type Documentation

anonymous enum

IP Support Service Handles.

Enumerator
IPSS_SVC_HDL 

IP Support Server Service declaration.

IPSS_MAX_HDL 

Maximum handle.

Definition at line 48 of file svc_ipss.h.

49 {
50  IPSS_SVC_HDL = IPSS_START_HDL, /*!< \brief IP Support Server Service declaration */
51  IPSS_MAX_HDL /*!< \brief Maximum handle. */
52 };
Maximum handle.
Definition: svc_ipss.h:51
#define IPSS_START_HDL
Start handle.
Definition: svc_ipss.h:40
IP Support Server Service declaration.
Definition: svc_ipss.h:50

Function Documentation

void SvcIpssAddGroup ( void  )

Add the services to the attribute server.

Returns
None.
void SvcIpssRemoveGroup ( void  )

Remove the services from the attribute server.

Returns
None.
void SvcIpssCbackRegister ( attsReadCback_t  readCback,
attsWriteCback_t  writeCback 
)

Register callbacks for the service.

Parameters
readCbackRead callback function.
writeCbackWrite callback function.
Returns
None.