MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / hciCommand

Method hciCommand

BrcmPatchRAM/BrcmPatchRAM3.cpp:573–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573IOReturn BrcmPatchRAM::hciCommand(void * command, UInt16 length)
574{
575 IOReturn result;
576
577 if ((result = mInterface.hciCommand(command, length)) != kIOReturnSuccess)
578 AlwaysLog("[%04x:%04x]: device request failed (\"%s\" 0x%08x).\n", mVendorId, mProductId, stringFromReturn(result), result);
579
580 return result;
581}
582
583IOReturn BrcmPatchRAM::hciParseResponse(void* response, UInt16 length, void* output, UInt8* outputLength)
584{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected