2 * Copyright 2007-2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef _HCICONTROLLER_ACCESSOR_H_
6 #define _HCICONTROLLER_ACCESSOR_H_
8 #include "HCIDelegate.h"
11 class HCIControllerAccessor
: public HCIDelegate
{
14 HCIControllerAccessor(BPath
* path
);
15 ~HCIControllerAccessor();
16 status_t
IssueCommand(raw_command rc
, size_t size
);