Cordio Stack and Cordio Profiles  r2p3-02rel0
Scan Parameter Service

Functions

void SvcScpssAddGroup (void)
 Add the services to the attribute server. More...
 
void SvcScpssRemoveGroup (void)
 Remove the services from the attribute server. More...
 
void SvcScpssCbackRegister (attsWriteCback_t writeCback)
 Register callbacks for the service. More...
 

Scan Parameter Service Handles

enum  {
  SCPSS_SVC_HDL = SCPSS_START_HDL,
  SCPSS_SIW_CH_HDL,
  SCPSS_SIW_HDL,
  SCPSS_MAX_HDL
}
 Scan Parameter Service Handles. More...
 
#define SCPSS_START_HDL   0x0300
 Start handle.
 
#define SCPSS_END_HDL   (SCPSS_MAX_HDL - 1)
 End handle.
 

Description

Enumeration Type Documentation

anonymous enum

Scan Parameter Service Handles.

Enumerator
SCPSS_SVC_HDL 

Scan Parameter Server Service declaration.

SCPSS_SIW_CH_HDL 

Scan Interval Window characteristic.

SCPSS_SIW_HDL 

Scan Interval Window.

SCPSS_MAX_HDL 

Maximum handle.

Definition at line 46 of file svc_scpss.h.

47 {
48  SCPSS_SVC_HDL = SCPSS_START_HDL, /*!< \brief Scan Parameter Server Service declaration */
49  SCPSS_SIW_CH_HDL, /*!< \brief Scan Interval Window characteristic */
50  SCPSS_SIW_HDL, /*!< \brief Scan Interval Window */
51  SCPSS_MAX_HDL /*!< \brief Maximum handle. */
52 };
#define SCPSS_START_HDL
Start handle.
Definition: svc_scpss.h:38
Scan Interval Window characteristic.
Definition: svc_scpss.h:49
Maximum handle.
Definition: svc_scpss.h:51
Scan Parameter Server Service declaration.
Definition: svc_scpss.h:48
Scan Interval Window.
Definition: svc_scpss.h:50

Function Documentation

void SvcScpssAddGroup ( void  )

Add the services to the attribute server.

Returns
None.
void SvcScpssRemoveGroup ( void  )

Remove the services from the attribute server.

Returns
None.
void SvcScpssCbackRegister ( attsWriteCback_t  writeCback)

Register callbacks for the service.

Parameters
writeCbackWrite callback function.
Returns
None.