Home
last modified time | relevance | path

Searched refs:pending_req_q (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/gap/
Dgap_ble.c131 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_clcb_alloc()
135 p_clcb->pending_req_q = fixed_queue_new(SIZE_MAX); in gap_clcb_alloc()
155 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q)) != NULL) in gap_ble_dealloc_clcb()
163 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_ble_dealloc_clcb()
183 fixed_queue_enqueue(p_clcb->pending_req_q, p_q); in gap_ble_enqueue_request()
199 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q);; in gap_ble_dequeue_request()
Dgap_int.h133 fixed_queue_t *pending_req_q; member