• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

Revision19ec160d29d718b6dbfb6c6f3077db2ad2b2c21c (tree)
Time2020-12-30 07:22:33
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterMauro Rossi

Log Message

Remove the unused function

Change Summary

Incremental Difference

--- a/vendor_libs/linux/interface/hci_packetizer.cc
+++ b/vendor_libs/linux/interface/hci_packetizer.cc
@@ -52,6 +52,7 @@ void HciPacketizer::CbHciPacket(uint8_t *data, size_t len) {
5252 packet_ready_cb_();
5353 }
5454
55+#if 0
5556 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) {
5657 switch (state_) {
5758 case HCI_PREAMBLE: {
@@ -89,6 +90,7 @@ void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) {
8990 }
9091 }
9192 }
93+#endif
9294
9395 } // namespace hci
9496 } // namespace bluetooth