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_states
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
1468
/* Check
le_states
if there is any connection in slave role. */
in is_advertising_allowed()
1471
if (!connectable && !(hdev->
le_states
[2] & 0x10))
in is_advertising_allowed()
1477
if (connectable && (!(hdev->
le_states
[4] & 0x40) ||
in is_advertising_allowed()
1478
!(hdev->
le_states
[2] & 0x20)))
in is_advertising_allowed()
1482
/* Check
le_states
if there is any connection in master role. */
in is_advertising_allowed()
1485
if (!connectable && !(hdev->
le_states
[2] & 0x02))
in is_advertising_allowed()
1491
if (connectable && (!(hdev->
le_states
[4] & 0x08) ||
in is_advertising_allowed()
1492
!(hdev->
le_states
[2] & 0x08)))
in is_advertising_allowed()
H
A
D
hci_event.c
1535
memcpy(hdev->
le_states
, rp->
le_states
, 8);
in hci_cc_le_read_supported_states()
5417
!(hdev->
le_states
[3] & 0x10)))
in check_pending_le_conn()
H
A
D
mgmt.c
3812
(hdev->
le_states
[4] & 0x08) && /* Central */
in read_exp_features_info()
3813
(hdev->
le_states
[4] & 0x40) && /* Peripheral */
in read_exp_features_info()
3814
(hdev->
le_states
[3] & 0x10)) /* Simultaneous */
in read_exp_features_info()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
384
__u8
le_states
[8];
member
860
(hdev->
le_states
[4] & 0x08) && /* Central */ \
861
(hdev->
le_states
[4] & 0x40) && /* Peripheral */ \
862
(hdev->
le_states
[3] & 0x10)) /* Simultaneous */
H
A
D
hci.h
1807
__u8
le_states
[8];
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
821
/* Check
le_states
if there is any connection in peripheral role. */
in is_advertising_allowed()
826
if (!connectable && !(hdev->
le_states
[2] & 0x10))
in is_advertising_allowed()
832
if (connectable && (!(hdev->
le_states
[4] & 0x40) ||
in is_advertising_allowed()
833
!(hdev->
le_states
[2] & 0x20)))
in is_advertising_allowed()
837
/* Check
le_states
if there is any connection in central role. */
in is_advertising_allowed()
840
if (!connectable && !(hdev->
le_states
[2] & 0x02))
in is_advertising_allowed()
846
if (connectable && (!(hdev->
le_states
[4] & 0x08) ||
in is_advertising_allowed()
847
!(hdev->
le_states
[2] & 0x08)))
in is_advertising_allowed()
H
A
D
hci_event.c
1977
memcpy(hdev->
le_states
, rp->
le_states
, 8);
in hci_cc_le_read_supported_states()
6191
!(hdev->
le_states
[3] & 0x10)))
in check_pending_le_conn()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1592
__u8
le_states
[8];
member
H
A
D
hci_core.h
319
__u8
le_states
[8];
Completed in 58 milliseconds