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

Method hciCommand

BrcmPatchRAM/BrcmPatchRAM.cpp:1101–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101IOReturn BrcmPatchRAM::hciCommand(void * command, UInt16 length)
1102{
1103 IOReturn result;
1104 if ((result = mInterface.hciCommand(command, length)) != kIOReturnSuccess)
1105 AlwaysLog("[%04x:%04x]: device request failed (\"%s\" 0x%08x).\n", mVendorId, mProductId, stringFromReturn(result), result);
1106
1107 return result;
1108}
1109
1110IOReturn BrcmPatchRAM::hciParseResponse(void* response, UInt16 length, void* output, UInt8* outputLength)
1111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected