Searched refs:tGAP_BLE_REQ (Results 1 – 2 of 2) sorted by relevance
146 tGAP_BLE_REQ *p_q; in gap_ble_dealloc_clcb()148 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_dequeue(p_clcb->pending_req_q, 0)) != NULL) { in gap_ble_dealloc_clcb()171 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)osi_malloc(sizeof(tGAP_BLE_REQ)); 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()
113 } tGAP_BLE_REQ; typedef