Searched refs:le_sec_pending_q (Results 1 – 3 of 3) sorted by relevance
1371 if (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) { in l2cble_sec_comp()1372 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()1408 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) { in l2cble_sec_comp()1409 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()1463 fixed_queue_enqueue(p_lcb->le_sec_pending_q, p_buf); in l2ble_sec_access_req()
92 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()235 if (p_lcb->le_sec_pending_q) { in l2cu_release_lcb()236 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) { in l2cu_release_lcb()238 (tL2CAP_SEC_DATA*)fixed_queue_try_dequeue(p_lcb->le_sec_pending_q); in l2cu_release_lcb()244 fixed_queue_free(p_lcb->le_sec_pending_q, NULL); in l2cu_release_lcb()245 p_lcb->le_sec_pending_q = NULL; in l2cu_release_lcb()
440 fixed_queue_t* le_sec_pending_q; /* LE coc channels waiting for security check member