5.8. SPID_BLK
When using DM3 boards, the SPID_BLK data structure is not supported.
When using Springware boards, the SPID_BLK data structure is used to cast terminal initialization event data after a CCEV_TERM_REGISTER event is received. SPID_BLK contains the value of the Service Profile Interface ID, which is used to determine whether the value is valid for a designated service.
The data structure is defined as follows:
/* * Structure for CCEV_TERM_REGISTER Event. */ typedef struct { DLINK data_link; byte initializing_term; byte SPID[MAX_SPID_SIZE]; } SPID_BLK;
data_link The DLINK data structure; see Section 5.5, DLINK.
initializing_term The type of initializing terminal. SPID The Service Profile Interface ID.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation