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()247 PAN_TRACE_ERROR("Either source %d or destination role %d is invalid", 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()355 PAN_TRACE_ERROR("PAN connection not found for the handle %d", handle); in PAN_Disconnect()403 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__); in PAN_Write()460 PAN_TRACE_ERROR("PAN is not active Data write failed"); 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()290 PAN_TRACE_ERROR("PAN State change indication for wrong handle %d", handle); in pan_connect_state_cb()[all …]
76 PAN_TRACE_ERROR("PAN_SetRole - could not create SDP record"); in pan_register_with_sdp()
466 #define PAN_TRACE_ERROR(...) \ macro