Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HciProtocol
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
hci_protocol.cpp
34
const PacketHeader
HciProtocol
::header_[HCI_PACKET_TYPE_MAX] = {
42
const PacketHeader &
HciProtocol
::GetPacketHeaderInfo(HciPacketType packetType)
in GetPacketHeaderInfo()
50
ssize_t
HciProtocol
::Read(int fd, uint8_t *data, size_t length)
in Read()
63
ssize_t
HciProtocol
::Write(int fd, const uint8_t *data, size_t length)
in Write()
H
A
D
hci_protocol.h
29
class
HciProtocol
{
class
33
HciProtocol
() = default;
34
virtual ~
HciProtocol
() = default;
H
A
D
vendor_interface.h
37
using ReceiveDataCallback = Hci::
HciProtocol
::HciDataCallback;
65
std::shared_ptr<Hci::
HciProtocol
> hci_ = nullptr;
H
A
D
mct_protocol.h
27
class MctProtocol : public
HciProtocol
{
H
A
D
h4_protocol.h
25
class H4Protocol : public
HciProtocol
{
Completed in 2 milliseconds