Lines Matching refs:COAP_DEBUG
53 COAP_DEBUG("receive data:%.*s", resMsg->payloadlen, resMsg->payload); in alcs_rec_auth_select()
68 COAP_DEBUG("accessKeys:%.*s", keylen, accesskeys); in alcs_rec_auth_select()
76 COAP_DEBUG("entry:%.*s", entry_len, entry); in alcs_rec_auth_select()
80 COAP_DEBUG("keyprefix:%s", node->keyInfo.keyprefix); in alcs_rec_auth_select()
82 COAP_DEBUG("target keyprefix:%s", entry); in alcs_rec_auth_select()
95 COAP_DEBUG("keyprefix:%s", gnode->keyInfo.keyprefix); in alcs_rec_auth_select()
97 COAP_DEBUG("target keyprefix:%s", entry); in alcs_rec_auth_select()
111 COAP_DEBUG("key:%s", targetKey); in alcs_rec_auth_select()
135 COAP_DEBUG("find devices"); in is_legal_key()
161 COAP_DEBUG("node prefix:%s", node->keyInfo.keyprefix); in is_legal_key()
173 COAP_DEBUG("node prefix:%s", gnode->keyInfo.keyprefix); in is_legal_key()
546 COAP_DEBUG("recv_msg_handler, sessionID:%d", (int)sessionId); in recv_msg_handler()
702 COAP_DEBUG("alcs_rec_heart_beat"); in alcs_rec_heart_beat()
757 COAP_DEBUG("observe_data_encrypt, src:%.*s", src->len, src->data); in observe_data_encrypt()