Share via


HCI_Buffer_Size

This structure defines the maximum size or number of data packets that the HCI buffer can hold.

typedef struct _host_buffer_size {
  unsigned short ACL_Data_Packet_Length;
  unsigned char SCO_Data_Packet_Length;
  unsigned short Total_Num_ACL_Data_Packets;
  unsigned short Total_Num_SCO_Data_Packets;
} HCI_Buffer_Size; 

Members

  • ACL_Data_Packet_Length
    The maximum length, in bytes, of asynchronous connection-less (ACL) data packets that the buffer holds.
  • SCO_Data_Packet_Length
    The maximum length, in bytes, of synchronous connection-oriented (SCO) data packets that the buffer holds,
  • Total_Num_ACL_Data_Packets
    The maximum number of ACL data packets that the buffer holds.
  • Total_Num_SCO_Data_Packets
    The maximum number of SCO data packets that the buffer holds.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Bt_ddi.h

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.