HCI_DataPacketDown_Out (Windows Embedded CE 6.0)
1/6/2010
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
Header | bt_ddi.h |
Library | Btd.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Bluetooth Stack Extension Layer Functions