OSDN Git Service

GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue
[android-x86/system-bt.git] / stack / avct / avct_int.h
index 29300a5..1307817 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef AVCT_INT_H
 #define AVCT_INT_H
 
+#include "osi/include/fixed_queue.h"
 #include "gki.h"
 #include "avct_api.h"
 #include "avct_defs.h"
@@ -81,7 +82,7 @@ typedef struct {
     BT_HDR              *p_rx_msg;      /* Message being reassembled */
     UINT16              conflict_lcid;  /* L2CAP channel LCID */
     BD_ADDR             peer_addr;      /* BD address of peer */
-    BUFFER_Q            tx_q;           /* Transmit data buffer queue       */
+    fixed_queue_t       *tx_q;          /* Transmit data buffer queue       */
     BOOLEAN             cong;           /* TRUE, if congested */
 } tAVCT_LCB;