Home
last modified time | relevance | path

Searched refs:WS_B0_FIN_BIT (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_ws_internal.h84 #define WS_B0_FIN_BIT 0x80 macro
/third_party/libcoap/src/
Dcoap_ws.c227 ws_header[0] = WS_B0_FIN_BIT | WS_OP_BINARY; in coap_ws_write()
869 ws_header[0] = WS_B0_FIN_BIT | WS_OP_CLOSE; in coap_ws_close()