Searched refs:STREAM_SKIP_UINT8 (Results 1 – 3 of 3) sorted by relevance
52 STREAM_SKIP_UINT8(stream); // skip the sco packet length in parse_read_buffer_size_response()249 STREAM_SKIP_UINT8(stream); // skip the number of hci command packets field in read_command_complete_header()
565 STREAM_SKIP_UINT8(stream); // Skip the parameter total length field in filter_incoming_event()
408 #define STREAM_SKIP_UINT8(p) \ macro