Home | History | Annotate | Download | only in pan

Lines Matching refs:indication

80 ** Description      This function is registered with BNEP as connection indication
233 /* If the connection indication is for the existing connection
290 PAN_TRACE_DEBUG ("New connection indication for handle %d", handle);
321 ** indication callback
341 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle);
417 ** Description This function is registered with BNEP as data indication
460 PAN_TRACE_ERROR ("PAN Data indication for wrong handle %d", handle);
466 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
523 ** Description This function is registered with BNEP as data buffer indication
555 PAN_TRACE_ERROR ("PAN Data buffer indication for wrong handle %d", handle);
562 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
663 ** Description This function is registered with BNEP as proto filter indication
669 ** indication - TRUE if this is indication
680 BOOLEAN indication,
686 handle, indication, result, num_filters);
689 (*pan_cb.pan_pfilt_ind_cb) (handle, indication, result, num_filters, p_filters);
697 ** Description This function is registered with BNEP as mcast filter indication
703 ** indication - TRUE if this is indication
714 BOOLEAN indication,
720 handle, indication, result, num_filters);
723 (*pan_cb.pan_mfilt_ind_cb) (handle, indication, result, num_filters, p_filters);