Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.c153 tGAP_BLE_REQ *p_q; in gap_ble_dealloc_clcb()
155 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q)) != NULL) in gap_ble_dealloc_clcb()
179 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)osi_malloc(sizeof(tGAP_BLE_REQ)); 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.h123 } tGAP_BLE_REQ; typedef