Searched refs:PAN_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance
135 PAN_TRACE_ERROR("PAN role %d is invalid", role); in PAN_SetRole()240 PAN_TRACE_ERROR("PAN is not active for the role %d", src_role); in PAN_Connect()264 PAN_TRACE_ERROR( in PAN_Connect()281 PAN_TRACE_ERROR("Device already have a connection in PANU role"); in PAN_Connect()291 PAN_TRACE_ERROR( in PAN_Connect()300 PAN_TRACE_ERROR("PAN Connection failed because of no resources"); in PAN_Connect()460 PAN_TRACE_ERROR("PAN is not active Data write failed"); in PAN_WriteBuf()487 PAN_TRACE_ERROR("PAN Don't have any user connections"); in PAN_WriteBuf()509 PAN_TRACE_ERROR("PAN Buf write for wrong handle"); in PAN_WriteBuf()515 PAN_TRACE_ERROR("PAN Buf write when conn is not active"); in PAN_WriteBuf()[all …]
100 PAN_TRACE_ERROR("PAN Connection failed because of wrong remote UUID "); in pan_conn_ind_cb()106 PAN_TRACE_ERROR("PAN Connection failed because of wrong local UUID "); in pan_conn_ind_cb()124 PAN_TRACE_ERROR("Src UUID 0x%x is not valid", remote_uuid16); in pan_conn_ind_cb()132 PAN_TRACE_ERROR("Dst UUID 0x%x is not valid", local_uuid16); in pan_conn_ind_cb()144 PAN_TRACE_ERROR( in pan_conn_ind_cb()175 PAN_TRACE_ERROR( in pan_conn_ind_cb()199 PAN_TRACE_ERROR( in pan_conn_ind_cb()234 PAN_TRACE_ERROR("PAN already have a connection and can't be user"); in pan_conn_ind_cb()244 PAN_TRACE_ERROR("PAN no control block for new connection"); in pan_conn_ind_cb()394 PAN_TRACE_ERROR("PAN Data indication in wrong state %d for handle %d", in pan_data_buf_ind_cb()[all …]
76 PAN_TRACE_ERROR("PAN_SetRole - could not create SDP record"); in pan_register_with_sdp()
466 #define PAN_TRACE_ERROR(...) \ macro