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:local_amp_id
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
3290
chan->
local_amp_id
= AMP_ID_BREDR;
in l2cap_ertm_init()
3342
if (chan->
local_amp_id
!= AMP_ID_BREDR && chan->hs_hcon) {
in __l2cap_set_ertm_timeouts()
4193
chan->
local_amp_id
= amp_id;
in l2cap_connect()
5103
if (chan->
local_amp_id
!= AMP_ID_BREDR)
in l2cap_logical_cfm()
5114
if (chan->
local_amp_id
== AMP_ID_BREDR) {
in l2cap_move_start()
5130
u8
local_amp_id
, u8 remote_amp_id)
in l2cap_do_create()
5133
local_amp_id
, remote_amp_id);
in l2cap_do_create()
5140
chan->
local_amp_id
=
local_amp_id
;
in l2cap_do_create()
5181
static void l2cap_do_move_initiate(struct l2cap_chan *chan, u8
local_amp_id
,
in l2cap_do_move_initiate()
argument
5129
l2cap_do_create(struct l2cap_chan *chan, int result, u8
local_amp_id
, u8 remote_amp_id)
l2cap_do_create()
argument
5238
u8
local_amp_id
= chan->
local_amp_id
;
__l2cap_physical_cfm()
local
[all...]
H
A
D
amp.c
519
bredr_chan->
local_amp_id
= hs_hcon->hdev->id;
in amp_physical_cfm()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
594
__u8
local_amp_id
;
member
Completed in 11 milliseconds