Home
last modified time | relevance | path

Searched refs:PAN_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc118 PAN_TRACE_EVENT( in pan_conn_ind_cb()
212 PAN_TRACE_EVENT("PAN Role changing New Src 0x%x Dst 0x%x", remote_uuid16, in pan_conn_ind_cb()
253 PAN_TRACE_EVENT("PAN connection destination UUID is 0x%x", local_uuid16); in pan_conn_ind_cb()
290 PAN_TRACE_EVENT("pan_connect_state_cb - for handle %d, result %d", handle, in pan_connect_state_cb()
310 PAN_TRACE_EVENT("restoring the connection state to active"); in pan_connect_state_cb()
355 PAN_TRACE_EVENT("PAN requesting for bridge"); in pan_connect_state_cb()
411 PAN_TRACE_EVENT( in pan_data_buf_ind_cb()
449 PAN_TRACE_EVENT( in pan_data_buf_ind_cb()
519 PAN_TRACE_EVENT( in pan_proto_filt_ind_cb()
553 PAN_TRACE_EVENT( in pan_mcast_filt_ind_cb()
Dpan_api.cc156 PAN_TRACE_EVENT("PAN role already was set to: %d", role); in PAN_SetRole()
215 PAN_TRACE_EVENT("PAN role set to: %d", role); in PAN_SetRole()
388 PAN_TRACE_EVENT("Error in closing PAN connection"); in PAN_Disconnect()
392 PAN_TRACE_EVENT("PAN connection closed"); in PAN_Disconnect()
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h487 #define PAN_TRACE_EVENT(...) \ macro