HCI_DataPacketDown_In
This function is a pointer to an interface that is used to send data packets to the HCI layer.
typedef int (*HCI_DataPacketDown_In)(
HANDLE hDeviceContext,
void* pCallContext,
unsigned short connection_handle,
BD_BUFFER* pBuffer
);
Parameters
- hDeviceContext
[in] Device context handle. - pCallContext
[in] Pointer to the call context information. - connection_handle
[in] Connection handle. - pBuffer
[in] Packet buffer.
Return Values
ERROR_SUCCESS indicates successful completion.
Remarks
Return of ERROR_SUCCESS indicates that the data has been successfully queued for segmentation and delivery to the HCI transport layer. When this delivery is complete, HCI_DataPacketDown_Out is called to indicate completion of transfer.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_ddi.h.
Link Library: Btd.lib.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.