system/bt
Révision | 9792065fa6d75ec7d7c96acfbece2370545da3f4 (tree) |
---|---|
l'heure | 2020-04-14 23:54:20 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Remove the unused function
@@ -52,6 +52,7 @@ void HciPacketizer::CbHciPacket(uint8_t *data, size_t len) { | ||
52 | 52 | packet_ready_cb_(); |
53 | 53 | } |
54 | 54 | |
55 | +#if 0 | |
55 | 56 | void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { |
56 | 57 | switch (state_) { |
57 | 58 | case HCI_PREAMBLE: { |
@@ -89,6 +90,7 @@ void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { | ||
89 | 90 | } |
90 | 91 | } |
91 | 92 | } |
93 | +#endif | |
92 | 94 | |
93 | 95 | } // namespace hci |
94 | 96 | } // namespace bluetooth |