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_PROTO_DEFER
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
sco.c
1176
*flags |=
HCI_PROTO_DEFER
;
in sco_connect_ind()
H
A
D
hci_event.c
2767
(!(flags &
HCI_PROTO_DEFER
) && !lmp_esco_capable(hdev))) {
in hci_conn_request_evt()
2779
} else if (!(flags &
HCI_PROTO_DEFER
)) {
in hci_conn_request_evt()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
sco.c
1338
*flags |=
HCI_PROTO_DEFER
;
in sco_connect_ind()
H
A
D
hci_event.c
3345
(!(flags &
HCI_PROTO_DEFER
) && !lmp_esco_capable(hdev))) {
in hci_conn_request_evt()
3357
} else if (!(flags &
HCI_PROTO_DEFER
)) {
in hci_conn_request_evt()
6621
if (!(flags &
HCI_PROTO_DEFER
))
in hci_le_pa_sync_estabilished_evt()
7038
if (!(flags &
HCI_PROTO_DEFER
)) {
in hci_le_cis_req_evt()
7204
if (!(flags &
HCI_PROTO_DEFER
))
in hci_le_big_info_adv_report_evt()
H
A
D
iso.c
1849
*flags |=
HCI_PROTO_DEFER
;
in iso_connect_ind()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1397
#define
HCI_PROTO_DEFER
0x01
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1916
#define
HCI_PROTO_DEFER
0x01
macro
Completed in 33 milliseconds