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

  /system/bt/stack/l2cap/
l2c_ble.c     [all...]
l2c_utils.c 81 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX);
257 if (p_lcb->le_sec_pending_q)
259 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q))
261 tL2CAP_SEC_DATA *p_buf = (tL2CAP_SEC_DATA*) fixed_queue_try_dequeue(p_lcb->le_sec_pending_q);
266 fixed_queue_free(p_lcb->le_sec_pending_q, NULL);
267 p_lcb->le_sec_pending_q = NULL;
    [all...]
l2c_int.h 431 fixed_queue_t *le_sec_pending_q; /* LE coc channels waiting for security check completion */ member in struct:t_l2c_linkcb
    [all...]

Completed in 268 milliseconds