Home
last modified time | relevance | path

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

/btstack/test/obex/
H A Dobex_parser_test.cpp98 CHECK_EQUAL(maximum_obex_packet_length, op_info.max_packet_length); in TEST()
122 CHECK_EQUAL(maximum_obex_packet_length, op_info.max_packet_length); in TEST()
/btstack/src/classic/
H A Dobex_parser.h97 uint16_t max_packet_length; member
H A Dobex_parser.c237 obex_operation_info->max_packet_length = big_endian_read_16(obex_parser->params, 4); in obex_parser_get_operation_info()