Home
last modified time | relevance | path

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

/system/bt/stack/pan/
Dpan_main.c182PAN_TRACE_EVENT ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, … in pan_conn_ind_cb()
252 PAN_TRACE_EVENT ("PAN Role changing New Src 0x%x Dst 0x%x", in pan_conn_ind_cb()
299 PAN_TRACE_EVENT ("PAN connection destination UUID is 0x%x", local_uuid->uu.uuid16); in pan_conn_ind_cb()
337 PAN_TRACE_EVENT ("pan_connect_state_cb - for handle %d, result %d", handle, result); in pan_connect_state_cb()
357 PAN_TRACE_EVENT ("restoring the connection state to active"); in pan_connect_state_cb()
407 PAN_TRACE_EVENT ("PAN requesting for bridge"); in pan_connect_state_cb()
456 PAN_TRACE_EVENT ("pan_data_ind_cb - for handle %d", handle); in pan_data_ind_cb()
571 PAN_TRACE_EVENT ("pan_data_buf_ind_cb - for handle %d, protocol 0x%x, length %d, ext %d", in pan_data_buf_ind_cb()
611 PAN_TRACE_EVENT ("%s - destination PANU found on handle %d and sending data, len: %d", in pan_data_buf_ind_cb()
685 PAN_TRACE_EVENT ("pan_proto_filt_ind_cb - called for handle %d with ind %d, result %d, num %d", in pan_proto_filt_ind_cb()
[all …]
Dpan_api.c157 PAN_TRACE_EVENT ("PAN role already was set to: %d", role); in PAN_SetRole()
256 PAN_TRACE_EVENT ("PAN role set to: %d", role); in PAN_SetRole()
461 PAN_TRACE_EVENT ("Error in closing PAN connection"); in PAN_Disconnect()
465 PAN_TRACE_EVENT ("PAN connection closed"); in PAN_Disconnect()
/system/bt/include/
Dbt_trace.h291 #define PAN_TRACE_EVENT(...) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… macro