Searched refs:pending_req_q (Results 1 – 2 of 2) sorted by relevance
122 fixed_queue_t *pending_req_q; member
148 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_dequeue(p_clcb->pending_req_q, 0)) != NULL) { in gap_ble_dealloc_clcb()176 fixed_queue_enqueue(p_clcb->pending_req_q, p_q, FIXED_QUEUE_MAX_TIMEOUT); in gap_ble_enqueue_request()193 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_dequeue(p_clcb->pending_req_q, 0);; in gap_ble_dequeue_request()