Share via


HCI_Buffer_Size (Compact 2013)

3/26/2014

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
    Maximum length, in bytes, of asynchronous connection-less (ACL) data packets that the buffer holds.
  • SCO_Data_Packet_Length
    Maximum length, in bytes, of synchronous connection-oriented (SCO) data packets that the buffer holds,
  • Total_Num_ACL_Data_Packets
    Maximum number of ACL data packets that the buffer holds.
  • Total_Num_SCO_Data_Packets
    Maximum number of SCO data packets that the buffer holds.

Requirements

Header

bt_ddi.h

See Also

Reference

Bluetooth HCI Structures