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:appearance
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
eir.c
51
return eir_append_le16(ptr, ad_len, EIR_APPEARANCE, hdev->
appearance
);
in eir_append_appearance()
336
if (hdev->
appearance
)
in create_default_scan_rsp()
354
if ((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->
appearance
)
in eir_create_scan_rsp()
H
A
D
mgmt.c
1190
hdev->
appearance
);
in append_eir_data_to_buf()
3856
u16
appearance
;
in set_appearance()
local
3865
appearance
= le16_to_cpu(cp->
appearance
);
in set_appearance()
3869
if (hdev->
appearance
!=
appearance
) {
in set_appearance()
3870
hdev->
appearance
=
appearance
;
in set_appearance()
H
A
D
hci_core.c
1823
if (((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->
appearance
) ||
in hci_set_adv_instance_data()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
1387
/* TODO: Take into account the "
appearance
" and "local-name" flags here.
in get_cur_adv_instance_scan_rsp_len()
1610
return eir_append_le16(ptr, ad_len, EIR_APPEARANCE, hdev->
appearance
);
in append_appearance()
1617
if (hdev->
appearance
) {
in create_default_scan_rsp_data()
1637
if ((instance_flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->
appearance
) {
in create_instance_scan_rsp_data()
H
A
D
mgmt.c
1051
hdev->
appearance
);
in append_eir_data_to_buf()
3365
u16
appearance
;
in set_appearance()
local
3374
appearance
= le16_to_cpu(cp->
appearance
);
in set_appearance()
3378
if (hdev->
appearance
!=
appearance
) {
in set_appearance()
3379
hdev->
appearance
=
appearance
;
in set_appearance()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
mgmt.h
619
__le16
appearance
;
member
H
A
D
hci_core.h
309
__u16
appearance
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
mgmt.h
628
__le16
appearance
;
member
H
A
D
hci_core.h
374
__u16
appearance
;
member
Completed in 41 milliseconds