Searched refs:obs_opt (Results 1 – 1 of 1) sorted by relevance
3519 coap_opt_t *obs_opt = coap_check_option(rcvd, in coap_handle_response_get_block() local3522 if (obs_opt) { in coap_handle_response_get_block()3523 p->observe_length = min(coap_opt_length(obs_opt), 3); in coap_handle_response_get_block()3524 memcpy(p->observe, coap_opt_value(obs_opt), p->observe_length); in coap_handle_response_get_block()3710 coap_opt_t *obs_opt = coap_check_option(rcvd, in coap_handle_response_get_block() local3713 if (obs_opt) { in coap_handle_response_get_block()3714 p->observe_length = min(coap_opt_length(obs_opt), 3); in coap_handle_response_get_block()3715 memcpy(p->observe, coap_opt_value(obs_opt), p->observe_length); in coap_handle_response_get_block()