Home | History | Annotate | Download | only in hl

Lines Matching refs:evt

42 **                  evt    - evt from the call-out function
49 UINT16 evt )
54 APPL_TRACE_DEBUG3("bta_hl_ci_get_tx_data mdl_handle=%d status=%d evt=%d\n",
55 mdl_handle, status, evt);
60 p_evt->hdr.event = evt;
77 ** evt - evt from the call-out function
84 UINT16 evt )
88 APPL_TRACE_DEBUG3("bta_hl_ci_put_rx_data mdl_handle=%d status=%d evt=%d\n",
89 mdl_handle, status, evt);
94 p_evt->hdr.event = evt;
112 ** evt - evt from the call-out function
119 UINT16 evt )
124 APPL_TRACE_DEBUG3("bta_hl_ci_get_echo_data mcl_handle=%d status=%d evt=%d\n",
125 mcl_handle, status, evt);
130 p_evt->hdr.event = evt;
147 ** evt - evt from the call-out function
154 UINT16 evt )
159 APPL_TRACE_DEBUG3("bta_hl_ci_put_echo_data mcl_handle=%d status=%d evt=%d\n",
160 mcl_handle, status, evt);
165 p_evt->hdr.event = evt;