Searched refs:PAN_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance
150 PAN_TRACE_ERROR("PAN role %d is invalid", role); in PAN_SetRole()257 PAN_TRACE_ERROR("PAN is not active for the role %d", src_role); in PAN_Connect()264 PAN_TRACE_ERROR("Either source %d or destination role %d is invalid", in PAN_Connect()281 PAN_TRACE_ERROR( in PAN_Connect()298 PAN_TRACE_ERROR("Device already have a connection in PANU role"); in PAN_Connect()308 PAN_TRACE_ERROR( in PAN_Connect()317 PAN_TRACE_ERROR("PAN Connection failed because of no resources"); in PAN_Connect()373 PAN_TRACE_ERROR("PAN connection not found for the handle %d", handle); in PAN_Disconnect()423 PAN_TRACE_ERROR("%s PAN is not active, data write failed.", __func__); in PAN_Write()480 PAN_TRACE_ERROR("PAN is not active Data write failed"); in PAN_WriteBuf()[all …]
104 PAN_TRACE_ERROR("PAN Connection failed because of wrong remote UUID "); in pan_conn_ind_cb()110 PAN_TRACE_ERROR("PAN Connection failed because of wrong local UUID "); in pan_conn_ind_cb()128 PAN_TRACE_ERROR("Src UUID 0x%x is not valid", remote_uuid16); in pan_conn_ind_cb()136 PAN_TRACE_ERROR("Dst UUID 0x%x is not valid", local_uuid16); in pan_conn_ind_cb()148 PAN_TRACE_ERROR( in pan_conn_ind_cb()179 PAN_TRACE_ERROR( in pan_conn_ind_cb()203 PAN_TRACE_ERROR( in pan_conn_ind_cb()238 PAN_TRACE_ERROR("PAN already have a connection and can't be user"); in pan_conn_ind_cb()248 PAN_TRACE_ERROR("PAN no control block for new connection"); in pan_conn_ind_cb()294 PAN_TRACE_ERROR("PAN State change indication for wrong handle %d", handle); in pan_connect_state_cb()[all …]
72 PAN_TRACE_ERROR("PAN_SetRole - could not create SDP record"); in pan_register_with_sdp()
472 #define PAN_TRACE_ERROR(...) \ macro