Home
last modified time | relevance | path

Searched defs:aws_mqtt5_packet_connect_view_java_jni (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt5_packets.c30 struct aws_mqtt5_packet_connect_view_java_jni { struct
31 struct aws_mqtt5_packet_connect_view packet;
33 struct aws_byte_buf client_id_buf;
34 struct aws_byte_cursor client_id_cursor;
35 struct aws_byte_buf username_buf;
36 struct aws_byte_cursor username_cursor;
37 struct aws_byte_buf password_buf;
38 struct aws_byte_cursor password_cursor;
39 uint32_t session_expiry_interval_seconds;
40 uint8_t request_response_information;
[all …]