bluetooth/btCoreData: x86_64 build fixes
This commit is contained in:
@@ -43,10 +43,13 @@ DumpHciConnections(int argc, char** argv)
|
||||
|
||||
while (iterator.HasNext()) {
|
||||
conn = iterator.Next();
|
||||
kprintf("LocalDevice=%lx Destination=%s handle=%#x type=%d"
|
||||
"outqueue=%ld expected=%ld\n", conn->Hid,
|
||||
bdaddrUtils::ToString(conn->destination), conn->handle, conn->type,
|
||||
conn->OutGoingFrames.Count() , conn->ExpectedResponses.Count());
|
||||
/*
|
||||
kprintf("LocalDevice=0x%" B_PRIx32 " Destination=%s handle=%#x type=%d"
|
||||
"outqueue=%" B_PRId32 " expected=%" B_PRId32 "\n", conn->Hid,
|
||||
bdaddrUtils::ToString(conn->destination).String(), conn->handle,
|
||||
conn->type, conn->OutGoingFrames.Count(),
|
||||
conn->ExpectedResponses.Count());
|
||||
*/
|
||||
|
||||
// each channel
|
||||
kprintf("\tChannels\n");
|
||||
|
||||
@@ -9,6 +9,7 @@ if $(DEBUG) = 0 {
|
||||
SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0 ] ;
|
||||
}
|
||||
|
||||
|
||||
KernelAddon btCoreData :
|
||||
ConnectionInterface.cpp
|
||||
ChannelInterface.cpp
|
||||
|
||||
Reference in New Issue
Block a user