Searched refs:gap_cb_ptr (Results 1 – 2 of 2) sorted by relevance
29 tGAP_CB *gap_cb_ptr; variable66 gap_cb_ptr = (tGAP_CB *)osi_malloc(sizeof(tGAP_CB)); in GAP_Init()67 if (!gap_cb_ptr) { in GAP_Init()104 if (gap_cb_ptr) { in GAP_Deinit()105 osi_free(gap_cb_ptr); in GAP_Deinit()106 gap_cb_ptr = NULL; in GAP_Deinit()
148 extern tGAP_CB *gap_cb_ptr;149 #define gap_cb (*gap_cb_ptr)