Home
last modified time | relevance | path

Searched refs:COAP_OPTION_LOCATION_QUERY (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlocation_query.c55 COAP_OPTION_LOCATION_QUERY, in location_query_post()
/Zephyr-latest/include/zephyr/net/
Dcoap.h59 COAP_OPTION_LOCATION_QUERY = 20, /**< Location-Query */ enumerator
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c1625 r = coap_packet_remove_option(&cpkt, COAP_OPTION_LOCATION_QUERY); in ZTEST()