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:remote_key_dist
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
smp.c
110
u8
remote_key_dist
;
member
709
smp->
remote_key_dist
= remote_dist;
in build_pairing_cmd()
720
smp->
remote_key_dist
= rsp->init_key_dist;
in build_pairing_cmd()
1196
if (smp->
remote_key_dist
& SMP_DIST_ENC_KEY)
in smp_allow_key_dist()
1198
else if (smp->
remote_key_dist
& SMP_DIST_ID_KEY)
in smp_allow_key_dist()
1200
else if (smp->
remote_key_dist
& SMP_DIST_SIGN)
in smp_allow_key_dist()
1254
if (hcon->out && (smp->
remote_key_dist
& KEY_DIST_MASK)) {
in smp_distribute_keys()
1363
if (smp->
remote_key_dist
& KEY_DIST_MASK) {
in smp_distribute_keys()
1724
smp->
remote_key_dist
= remote_dist;
in build_bredr_pairing_cmd()
1736
smp->
remote_key_dist
in build_bredr_pairing_cmd()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
smp.c
111
u8
remote_key_dist
;
member
710
smp->
remote_key_dist
= remote_dist;
in build_pairing_cmd()
721
smp->
remote_key_dist
= rsp->init_key_dist;
in build_pairing_cmd()
1202
if (smp->
remote_key_dist
& SMP_DIST_ENC_KEY)
in smp_allow_key_dist()
1204
else if (smp->
remote_key_dist
& SMP_DIST_ID_KEY)
in smp_allow_key_dist()
1206
else if (smp->
remote_key_dist
& SMP_DIST_SIGN)
in smp_allow_key_dist()
1260
if (hcon->out && (smp->
remote_key_dist
& KEY_DIST_MASK)) {
in smp_distribute_keys()
1369
if (smp->
remote_key_dist
& KEY_DIST_MASK) {
in smp_distribute_keys()
1730
smp->
remote_key_dist
= remote_dist;
in build_bredr_pairing_cmd()
1742
smp->
remote_key_dist
in build_bredr_pairing_cmd()
[all...]
Completed in 10 milliseconds