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:le_scan_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
80
hdev->
le_scan_type
!= LE_SCAN_ACTIVE)
in hci_cc_inquiry_cancel()
237
hdev->
le_scan_type
= LE_SCAN_PASSIVE;
in hci_cc_reset()
1292
hdev->
le_scan_type
= cp->type;
in hci_cc_le_set_scan_param()
1317
hdev->
le_scan_type
= phy_param->type;
in hci_cc_le_set_ext_scan_param()
1361
if (hdev->
le_scan_type
== LE_SCAN_ACTIVE)
in le_set_scan_enable_complete()
5584
if (hdev->
le_scan_type
== LE_SCAN_PASSIVE) {
in process_adv_report()
H
A
D
hci_conn.c
1081
hdev->
le_scan_type
== LE_SCAN_ACTIVE) {
in hci_connect_le()
H
A
D
mgmt.c
5203
hdev->
le_scan_type
== LE_SCAN_ACTIVE)) {
in set_advertising()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
117
hdev->
le_scan_type
!= LE_SCAN_ACTIVE)
in hci_cc_inquiry_cancel()
299
hdev->
le_scan_type
= LE_SCAN_PASSIVE;
in hci_cc_reset()
1711
hdev->
le_scan_type
= cp->type;
in hci_cc_le_set_scan_param()
1738
hdev->
le_scan_type
= phy_param->type;
in hci_cc_le_set_ext_scan_param()
1784
if (hdev->
le_scan_type
== LE_SCAN_ACTIVE)
in le_set_scan_enable_complete()
6377
if (hdev->
le_scan_type
== LE_SCAN_PASSIVE) {
in process_adv_report()
H
A
D
hci_sync.c
6280
hdev->
le_scan_type
== LE_SCAN_ACTIVE &&
in hci_le_create_conn_sync()
H
A
D
mgmt.c
6398
hdev->
le_scan_type
== LE_SCAN_ACTIVE)) {
in set_advertising()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
339
__u8
le_scan_type
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
406
__u8
le_scan_type
;
member
Completed in 53 milliseconds