Lines Matching refs:final
131 BOOLEAN final; /* TRUE, if this is the final packet of this PUT transaction. */
138 BOOLEAN final; /* TRUE, if this is the final packet of this GET transaction. */
213 tOBX_GET_EVT get; /* This element is associated with OBX_GET_REQ_EVT. TRUE, if this is the final packet that contains the OBEX headers for this GET request. */
355 #define OBX_REQ_CONNECT 0x00 /* need to set final bit */
356 #define OBX_REQ_DISCONNECT 0x01 /* need to set final bit */
359 #define OBX_REQ_SETPATH 0x05 /* need to set final bit */
361 #define OBX_REQ_SESSION 0x07 /* need to set final bit */
362 #define OBX_REQ_ABORT 0x7F /* need to set final bit */
452 BOOLEAN get_nonf; /* report GET non-final request event. If FALSE, GET response is sent automatically */
802 OBX_API extern tOBX_STATUS OBX_PutReq(tOBX_HANDLE handle, BOOLEAN final, BT_HDR *p_pkt);
814 OBX_API extern tOBX_STATUS OBX_GetReq(tOBX_HANDLE handle, BOOLEAN final, BT_HDR *p_pkt);