C
void WF_CPGetElements( UINT8 CpId, tWFCPElements * p_elements );
Description
Gets all Connection Profile elements for the specified CP ID. If the Host CPU does not have enough memory to create a structure of this size then call the individual get functions.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connectino Profile ID. |
p_elements |
Pointer to Connection Profile elements structure. |
Returns
None.
Remarks
None.