C
static void LowLevel_CPSetElement( UINT8 CpId, UINT8 elementId, UINT8 * p_elementData, UINT8 elementDataLength );
Description
LOCAL FUNCTION PROTOTYPES
All Connection Profile 'Set Element' functions call this function to construct the management message. The caller must fix up any endian issues prior to calling this function.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile ID |
elementId |
Element that is being set |
p_elementData |
Pointer to element data |
elementDataLength |
Number of bytes pointed to by p_elementData |
Returns
None.
Remarks
None.