Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
af69625faa119d87fc66f8c18406ea0f238bad27
/
.
/
tools
/
bt.cpp
blob: de26b27ec0afcdefb7e751d23d4cb327c60835d4 [
file
] [
log
] [
blame
]
Patrick Venture
af69625
2018-12-11 10:22:14 -0800
[
diff
] [
blame^
]
1
#include
"bt.hpp"
2
3
bool
BtDataHandler
::
sendContents
(
const
std
::
string
&
input
,
4
std
::
uint16_t
session
)
5
{
6
return
false
;
7
}