Searched refs:STREAM_SKIP_UINT8 (Results 1 – 3 of 3) sorted by relevance
252 STREAM_SKIP_UINT8(stream); // skip the number of hci command packets field in read_command_complete_header()
443 STREAM_SKIP_UINT8(stream); // Skip the parameter total length field in filter_incoming_event()
259 #define STREAM_SKIP_UINT8(p) do { (p) += 1; } while (0) macro