2 * Copyright 2007-2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
4 * All rights reserved. Distributed under the terms of the MIT License.
9 #ifndef _HCITRANSPORT_ACCESSOR_H_
10 #define _HCITRANSPORT_ACCESSOR_H_
12 #include "HCIDelegate.h"
15 class HCITransportAccessor
: public HCIDelegate
{
18 HCITransportAccessor(BPath
* path
);
19 ~HCITransportAccessor();
20 status_t
IssueCommand(raw_command rc
, size_t size
);