HomeSort by relevance Sort by last modified time
    Searched refs:rx_queue (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 100 BUFFER_Q rx_queue; /* Queue of buffers waiting to be read */ member in struct:__anon5887
102 UINT32 rx_queue_size; /* Total data count in rx_queue */
gap_conn.c 303 p_buf = (BT_HDR *)GKI_getfirst (&p_ccb->rx_queue);
332 GKI_freebuf (GKI_dequeue (&p_ccb->rx_queue));
406 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->rx_queue);
    [all...]

Completed in 403 milliseconds