Searched refs:PAN_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance
141 PAN_TRACE_ERROR("PAN role %d is invalid", role); in PAN_SetRole()281 PAN_TRACE_ERROR("PAN is not active for the role %d", src_role); in PAN_Connect()290 PAN_TRACE_ERROR("Either source %d or destination role %d is invalid", in PAN_Connect()307 PAN_TRACE_ERROR( in PAN_Connect()326 PAN_TRACE_ERROR("Device already have a connection in PANU role"); in PAN_Connect()340 PAN_TRACE_ERROR( in PAN_Connect()349 PAN_TRACE_ERROR("PAN Connection failed because of no resources"); in PAN_Connect()404 PAN_TRACE_ERROR("PAN connection not found for the handle %d", handle); in PAN_Disconnect()452 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__); in PAN_Write()509 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()201 PAN_TRACE_ERROR( in pan_conn_ind_cb()236 PAN_TRACE_ERROR("PAN already have a connection and can't be user"); in pan_conn_ind_cb()246 PAN_TRACE_ERROR("PAN no control block for new connection"); in pan_conn_ind_cb()292 PAN_TRACE_ERROR("PAN State change indication for wrong handle %d", handle); in pan_connect_state_cb()[all …]
75 PAN_TRACE_ERROR("PAN_SetRole - could not create SDP record"); in pan_register_with_sdp()134 PAN_TRACE_ERROR("PAN Security Registration failed for PANU"); in pan_register_with_sdp()146 PAN_TRACE_ERROR("PAN Security Registration failed for GN"); in pan_register_with_sdp()158 PAN_TRACE_ERROR("PAN Security Registration failed for PANU"); in pan_register_with_sdp()
421 #define PAN_TRACE_ERROR(...) \ macro