Home | History | Annotate | Download | only in gap

Lines Matching refs:BT_HDR

37 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
294 BT_HDR *p_buf;
302 p_buf = (BT_HDR *)GKI_getfirst (&p_ccb->rx_queue);
329 p_buf = (BT_HDR *)GKI_getnext (p_buf);
397 UINT16 GAP_ConnBTRead (UINT16 gap_handle, BT_HDR **pp_buf)
400 BT_HDR *p_buf;
405 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->rx_queue);
436 UINT16 GAP_ConnBTWrite (UINT16 gap_handle, BT_HDR *p_buf)
469 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
507 BT_HDR *p_buf;
521 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (p_ccb->ertm_info.user_tx_pool_id)) == NULL)
526 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (GAP_DATA_POOL_ID)) == NULL)
554 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
891 - sizeof(BT_HDR) - L2CAP_MIN_OFFSET;
992 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg)
1034 BT_HDR *p_buf;
1051 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
1206 BT_HDR *p_msg;
1208 if ((p_msg = (BT_HDR*)GKI_getbuf(BT_HDR_SIZE)) != NULL)
1232 void gap_proc_btu_event(BT_HDR *p_msg)
1236 BT_HDR *p_buf;
1255 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)