Share via


HCI_Buffer_Size (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header bt_ddi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Bluetooth Stack Extension Layer Structures