Home
last modified time | relevance | path

Searched refs:STREAM_SKIP_UINT8 (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.c53 STREAM_SKIP_UINT8(stream); // skip the sco packet length in parse_read_buffer_size_response()
227 STREAM_SKIP_UINT8(stream); // skip the number of hci command packets field in read_command_complete_header()
Dhci_layer.c660 STREAM_SKIP_UINT8(stream); // Skip the parameter total length field in filter_incoming_event()
/system/bt/hci/test/
Dhci_layer_test.cpp121 STREAM_SKIP_UINT8(packet_data); in manufacture_packet()
/system/bt/stack/include/
Dbt_types.h264 #define STREAM_SKIP_UINT8(p) do { (p) += 1; } while (0) macro