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:conn_latency
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
340
params->
conn_latency
= latency;
in hci_le_conn_update()
350
cp.
conn_latency
= cpu_to_le16(latency);
in hci_le_conn_update()
796
p->
conn_latency
= cpu_to_le16(conn->le_conn_latency);
in set_ext_conn_params()
883
cp.
conn_latency
= cpu_to_le16(conn->le_conn_latency);
in hci_req_add_le_create_conn()
1095
conn->le_conn_latency = params->
conn_latency
;
in hci_connect_le()
H
A
D
hci_event.c
5943
params->
conn_latency
= latency;
in hci_le_remote_conn_param_req_evt()
H
A
D
hci_core.c
3362
params->
conn_latency
= hdev->le_conn_latency;
in hci_conn_params_add()
H
A
D
mgmt.c
6803
hci_param->
conn_latency
= latency;
in load_conn_param()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1518
__le16
conn_latency
;
member
1551
__le16
conn_latency
;
member
1723
__le16
conn_latency
;
member
H
A
D
hci_core.h
702
u16
conn_latency
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
1733
__le16
conn_latency
;
member
1766
__le16
conn_latency
;
member
1938
__le16
conn_latency
;
member
H
A
D
hci_core.h
817
u16
conn_latency
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
548
params->
conn_latency
= latency;
in hci_le_conn_update()
558
cp.
conn_latency
= cpu_to_le16(latency);
in hci_le_conn_update()
H
A
D
hci_sync.c
6213
p->
conn_latency
= cpu_to_le16(conn->le_conn_latency);
in set_ext_conn_params()
6301
conn->le_conn_latency = params->
conn_latency
;
in hci_le_create_conn_sync()
6344
cp.
conn_latency
= cpu_to_le16(conn->le_conn_latency);
in hci_le_create_conn_sync()
H
A
D
hci_core.c
2319
params->
conn_latency
= hdev->le_conn_latency;
in hci_conn_params_add()
H
A
D
hci_event.c
6819
params->
conn_latency
= latency;
in hci_le_remote_conn_param_req_evt()
H
A
D
mgmt.c
7885
hci_param->
conn_latency
= latency;
in load_conn_param()
Completed in 75 milliseconds