Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h122 fixed_queue_t *pending_req_q; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c148 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()