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:dest_amp_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
4920
static void l2cap_send_move_chan_req(struct l2cap_chan *chan, u8
dest_amp_id
)
in l2cap_send_move_chan_req()
argument
4925
BT_DBG("chan %p,
dest_amp_id
%d", chan,
dest_amp_id
);
in l2cap_send_move_chan_req()
4931
req.
dest_amp_id
=
dest_amp_id
;
in l2cap_send_move_chan_req()
5282
BT_DBG("icid 0x%4.4x,
dest_amp_id
%d", icid, req->
dest_amp_id
);
in l2cap_move_channel_req()
5306
if (chan->local_amp_id == req->
dest_amp_id
) {
in l2cap_move_channel_req()
5311
if (req->
dest_amp_id
!= AMP_ID_BREDR) {
in l2cap_move_channel_req()
5313
hdev = hci_dev_get(req->
dest_amp_id
);
in l2cap_move_channel_req()
[all...]
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
421
__u8
dest_amp_id
;
member
Completed in 9 milliseconds