HomeSort by relevance Sort by last modified time
    Searched refs:PAN_TRACE_EVENT (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/pan/
pan_main.c 182 PAN_TRACE_EVENT ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s",
252 PAN_TRACE_EVENT ("PAN Role changing New Src 0x%x Dst 0x%x",
299 PAN_TRACE_EVENT ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16);
337 PAN_TRACE_EVENT ("pan_connect_state_cb - for handle %d, result %d", handle, result);
357 PAN_TRACE_EVENT ("restoring the connection state to active");
407 PAN_TRACE_EVENT ("PAN requesting for bridge");
456 PAN_TRACE_EVENT ("pan_data_ind_cb - for handle %d", handle);
571 PAN_TRACE_EVENT ("pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d",
611 PAN_TRACE_EVENT ("%s - destination PANU found on handle %d and sending data, len: %d",
685 PAN_TRACE_EVENT ("pan_proto_filt_ind_cb - called for handle %d with ind %d, result %d, num %d"
    [all...]
pan_api.c 157 PAN_TRACE_EVENT ("PAN role already was set to: %d", role);
256 PAN_TRACE_EVENT ("PAN role set to: %d", role);
461 PAN_TRACE_EVENT ("Error in closing PAN connection");
465 PAN_TRACE_EVENT ("PAN connection closed");
  /system/bt/include/
bt_trace.h 291 #define PAN_TRACE_EVENT(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_EVENT, ##__VA_ARGS__);}

Completed in 44 milliseconds