HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_SKIP_UINT8 (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/src/
hci_packet_parser.c 53 STREAM_SKIP_UINT8(stream); // skip the sco packet length
227 STREAM_SKIP_UINT8(stream); // skip the number of hci command packets field
hci_layer.c 660 STREAM_SKIP_UINT8(stream); // Skip the parameter total length field
  /system/bt/hci/test/
hci_layer_test.cpp 121 STREAM_SKIP_UINT8(packet_data);
  /system/bt/stack/include/
bt_types.h 264 #define STREAM_SKIP_UINT8(p) do { (p) += 1; } while (0)
    [all...]

Completed in 45 milliseconds