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:HCI_DM5
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
359
#define
HCI_DM5
0x4000
macro
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
1828
if (conn->pkt_type & (
HCI_DM5
| HCI_DH5))
in hci_conn_get_phy()
H
A
D
mgmt.c
713
if (hdev->pkt_type & (
HCI_DM5
| HCI_DH5))
in get_selected_phys()
3516
pkt_type |= (HCI_DH5 |
HCI_DM5
);
in set_phy_configuration()
3518
pkt_type &= ~(HCI_DH5 |
HCI_DM5
);
in set_phy_configuration()
H
A
D
hci_event.c
664
hdev->pkt_type |= (
HCI_DM5
| HCI_DH5);
in hci_cc_read_local_features()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
454
#define
HCI_DM5
0x4000
macro
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
2824
if (conn->pkt_type & (
HCI_DM5
| HCI_DH5))
in hci_conn_get_phy()
H
A
D
mgmt.c
761
if (hdev->pkt_type & (
HCI_DM5
| HCI_DH5))
in get_selected_phys()
4051
pkt_type |= (HCI_DH5 |
HCI_DM5
);
in set_phy_configuration()
4053
pkt_type &= ~(HCI_DH5 |
HCI_DM5
);
in set_phy_configuration()
H
A
D
hci_event.c
863
hdev->pkt_type |= (
HCI_DM5
| HCI_DH5);
in hci_cc_read_local_features()
Completed in 54 milliseconds