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:acl_mtu
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_sock.h
123
__u16
acl_mtu
;
member
H
A
D
hci.h
1084
__le16
acl_mtu
;
member
1287
__le16
acl_mtu
;
member
1813
__le16
acl_mtu
;
member
H
A
D
hci_core.h
424
unsigned int
acl_mtu
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_sock.h
123
__u16
acl_mtu
;
member
H
A
D
hci.h
1222
__le16
acl_mtu
;
member
1433
__le16
acl_mtu
;
member
2085
__le16
acl_mtu
;
member
H
A
D
hci_core.h
495
unsigned int
acl_mtu
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
819
hdev->
acl_mtu
= *((__u16 *) &dr.dev_opt + 1);
in hci_dev_cmd()
917
di.
acl_mtu
= hdev->
acl_mtu
;
in hci_get_dev_info()
922
di.
acl_mtu
= hdev->le_mtu;
in hci_get_dev_info()
H
A
D
hci_event.c
945
hdev->
acl_mtu
= __le16_to_cpu(rp->
acl_mtu
);
in hci_cc_read_buffer_size()
958
BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name, hdev->
acl_mtu
,
in hci_cc_read_buffer_size()
3801
hdev->le_mtu = __le16_to_cpu(rp->
acl_mtu
);
in hci_cc_le_read_buffer_size_v2()
3809
BT_DBG("%s acl mtu %d:%d iso mtu %d:%d", hdev->name, hdev->
acl_mtu
,
in hci_cc_le_read_buffer_size_v2()
H
A
D
l2cap_core.c
6243
chan->conn->mtu = chan->conn->hcon->hdev->
acl_mtu
;
in l2cap_finish_move()
6310
chan->conn->mtu = chan->conn->hcon->hdev->
acl_mtu
;
in l2cap_rx_state_wait_f()
6858
conn->mtu = hcon->hdev->
acl_mtu
;
in l2cap_conn_add()
H
A
D
hci_conn.c
2038
qos->sdu = hdev->
acl_mtu
;
in hci_iso_qos_setup()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
2086
hdev->
acl_mtu
= *((__u16 *) &dr.dev_opt + 1);
in hci_dev_cmd()
2184
di.
acl_mtu
= hdev->
acl_mtu
;
in hci_get_dev_info()
2189
di.
acl_mtu
= hdev->le_mtu;
in hci_get_dev_info()
H
A
D
hci_event.c
734
hdev->
acl_mtu
= __le16_to_cpu(rp->
acl_mtu
);
in hci_cc_read_buffer_size()
747
BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name, hdev->
acl_mtu
,
in hci_cc_read_buffer_size()
H
A
D
l2cap_core.c
7245
chan->conn->mtu = chan->conn->hcon->hdev->
acl_mtu
;
in l2cap_finish_move()
7316
chan->conn->mtu = chan->conn->hcon->hdev->
acl_mtu
;
in l2cap_rx_state_wait_f()
7875
conn->mtu = hcon->hdev->
acl_mtu
;
in l2cap_conn_add()
Completed in 64 milliseconds