OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HciProtocol
(Results
1 - 8
of
8
) sorted by null
/device/linaro/hikey/bluetooth/
hci_protocol.h
33
class
HciProtocol
{
35
HciProtocol
() = default;
36
virtual ~
HciProtocol
(){};
h4_protocol.h
30
class H4Protocol : public
HciProtocol
{
hci_protocol.cc
47
size_t
HciProtocol
::WriteSafely(int fd, const uint8_t* data, size_t length) {
/hardware/interfaces/bluetooth/1.0/default/
hci_protocol.h
34
class
HciProtocol
{
36
HciProtocol
() = default;
37
virtual ~
HciProtocol
(){};
h4_protocol.h
31
class H4Protocol : public
HciProtocol
{
hci_protocol.cc
29
size_t
HciProtocol
::WriteSafely(int fd, const uint8_t* data, size_t length) {
mct_protocol.h
31
class MctProtocol : public
HciProtocol
{
vendor_interface.h
65
hci::
HciProtocol
* hci_;
Completed in 129 milliseconds