Share via


HCI_DataPacketDown_Out (Windows CE 5.0)

Send Feedback

This function is a pointer to a callback function that is used to indicate completion of data packet transfer to HCI Transport layer.

typedef int (*HCI_DataPacketDown_Out)(void* pCallContext,int iError);

Parameters

  • pCallContext
    [out] Pointer to the call context information.
  • iError
    [out] ERROR_SUCCESS if completed successfully.

Return Values

Ignored.

Remarks

Return of ERROR_SUCCESS indicates that the data has been successfully transferred to HCI controller. It does not mean that the data has been sent to the peer radio, because the controller has its own buffering capabilities.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_ddi.h.
Link Library: Btd.lib.

See Also

HCI_DataPacketDown_In

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.