Lines Matching full:been
6 throw up many errors as the API has been updated to make future coding simpler,
30 Infrequently used parameters (which can easily be recreated) have been removed
31 and others have been made const. These call-back handlers are those
36 The definition of `coap_method_handler_t` has been updated, so all the
68 The definition of `coap_response_handler_t` has been updated, so all the
73 with a `RST` packet) or `COAP_RESPONSE_OK`. Note that `coap_tid_t` has been
99 The definition of `coap_nack_handler_t` has been updated, so all the functions
102 their calling parameters. Note that `coap_tid_t` has been replaced with
128 The definition of `coap_event_handler_t` been updated, so all the functions
153 The definition of `coap_ping_handler_t` been updated, so all the functions
156 their calling parameters. Note that `coap_tid_t` has been replaced with
181 The definition of `coap_pong_handler_t` been updated, so all the functions
184 their calling parameters. Note that `coap_tid_t` has been replaced with
334 The definition of the third parameter has been changed to be `const`
415 `UNUSED_PARAM` has been replaced with `COAP_UNUSED`. If `COAP_UNUSED` is used,
420 `coap_tid_t` has been replaced with `coap_mid_t`, as well as `COAP_TID_INVALID`
421 has been replaced with `COAP_MID_INVALID`. This is so that the Message ID aligns
426 The `async` support has been re-written to simplify usage, and allows the