Home | History | Annotate | Download | only in pan

Lines Matching refs:indication

80 ** Description      This function is registered with BNEP as connection indication
235 /* If the connection indication is for the existing connection
292 PAN_TRACE_DEBUG ("New connection indication for handle %d", handle);
323 ** indication callback
343 PAN_TRACE_ERROR ("PAN State change indication for wrong handle %d", handle);
419 ** Description This function is registered with BNEP as data indication
462 PAN_TRACE_ERROR ("PAN Data indication for wrong handle %d", handle);
468 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
525 ** Description This function is registered with BNEP as data buffer indication
557 PAN_TRACE_ERROR ("PAN Data buffer indication for wrong handle %d", handle);
564 PAN_TRACE_ERROR ("PAN Data indication in wrong state %d for handle %d",
662 ** Description This function is registered with BNEP as proto filter indication
668 ** indication - TRUE if this is indication
679 BOOLEAN indication,
686 handle, indication, result, num_filters);
689 (*pan_cb.pan_pfilt_ind_cb) (handle, indication, result, num_filters, p_filters);
700 ** Description This function is registered with BNEP as mcast filter indication
706 ** indication - TRUE if this is indication
717 BOOLEAN indication,
724 handle, indication, result, num_filters);
727 (*pan_cb.pan_mfilt_ind_cb) (handle, indication, result, num_filters, p_filters);