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_ADV_IND
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
5405
if (adv_type !=
LE_ADV_IND
&& adv_type != LE_ADV_DIRECT_IND)
in check_pending_le_conn()
5499
case
LE_ADV_IND
:
in process_adv_report()
5572
if (!ext_adv && conn && type ==
LE_ADV_IND
&& len <= HCI_MAX_AD_LENGTH) {
in process_adv_report()
5631
if (type ==
LE_ADV_IND
|| type == LE_ADV_SCAN_IND) {
in process_adv_report()
5662
if (!ext_adv && (type ==
LE_ADV_IND
||
in process_adv_report()
5725
return
LE_ADV_IND
;
in ext_evt_type_to_legacy()
5744
return
LE_ADV_IND
;
in ext_evt_type_to_legacy()
H
A
D
hci_request.c
1541
cp.type =
LE_ADV_IND
;
in __hci_req_enable_advertising()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
6178
if (adv_type !=
LE_ADV_IND
&& adv_type != LE_ADV_DIRECT_IND)
in check_pending_le_conn()
6273
case
LE_ADV_IND
:
in process_adv_report()
6352
if (!ext_adv && conn && type ==
LE_ADV_IND
&&
in process_adv_report()
6412
if (type ==
LE_ADV_IND
|| type == LE_ADV_SCAN_IND) {
in process_adv_report()
6443
if (!ext_adv && (type ==
LE_ADV_IND
||
in process_adv_report()
6513
return
LE_ADV_IND
;
in ext_evt_type_to_legacy()
6532
return
LE_ADV_IND
;
in ext_evt_type_to_legacy()
H
A
D
hci_sync.c
1579
cp.type =
LE_ADV_IND
;
in hci_enable_advertising_sync()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
2272
#define
LE_ADV_IND
0x00
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2629
#define
LE_ADV_IND
0x00
macro
Completed in 39 milliseconds