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