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

  /system/bt/hci/src/
packet_fragmenter.c 93 STREAM_SKIP_UINT16(stream);
187 STREAM_SKIP_UINT16(stream); // skip the handle
  /system/bt/hci/test/
hci_layer_test.cpp 118 STREAM_SKIP_UINT16(packet_data);
  /system/bt/stack/include/
bt_types.h 265 #define STREAM_SKIP_UINT16(p) do { (p) += 2; } while (0)
    [all...]

Completed in 416 milliseconds