Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_packet_parser.cc52 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()
Dhci_layer.cc565 STREAM_SKIP_UINT8(stream); // Skip the parameter total length field in filter_incoming_event()
/system/bt/stack/include/
Dbt_types.h408 #define STREAM_SKIP_UINT8(p) \ macro