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:lmp_le_capable
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_debugfs.c
98
if (
lmp_le_capable
(hdev))
in features_show()
342
if (lmp_ssp_capable(hdev) ||
lmp_le_capable
(hdev))
in hci_debugfs_create_common()
346
if (lmp_sc_capable(hdev) ||
lmp_le_capable
(hdev))
in hci_debugfs_create_common()
H
A
D
mgmt.c
685
if (
lmp_le_capable
(hdev)) {
in get_supported_phys()
743
if (
lmp_le_capable
(hdev)) {
in get_selected_phys()
802
if (
lmp_le_capable
(hdev)) {
in get_supported_settings()
1335
if (!
lmp_le_capable
(hdev))
in mgmt_le_support()
1934
if (!
lmp_le_capable
(hdev))
in set_le()
3349
if (
lmp_le_capable
(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING))
in set_local_name()
3370
if (!
lmp_le_capable
(hdev))
in set_appearance()
5285
if (!
lmp_le_capable
(hdev))
in set_static_address()
5330
if (!
lmp_le_capable
(hdev))
in set_scan_params()
5518
if (!lmp_bredr_capable(hdev) || !
lmp_le_capable
(hde
in set_bredr()
[all...]
H
A
D
hci_conn.c
680
if (!
lmp_le_capable
(d))
in hci_get_route()
1013
if (
lmp_le_capable
(hdev))
in hci_connect_le()
1189
if (
lmp_le_capable
(hdev))
in hci_connect_le_scan()
H
A
D
hci_core.c
411
if (
lmp_le_capable
(hdev))
in hci_setup_event_mask()
429
if (
lmp_le_capable
(hdev))
in hci_init2_req()
619
if (
lmp_le_capable
(hdev)) {
in hci_init3_req()
954
if (
lmp_le_capable
(hdev))
in __hci_init()
H
A
D
smp.c
3445
if (!
lmp_le_capable
(hdev))
in smp_register()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_debugfs.c
100
if (
lmp_le_capable
(hdev))
in features_show()
340
if (lmp_ssp_capable(hdev) ||
lmp_le_capable
(hdev))
in hci_debugfs_create_common()
344
if (lmp_sc_capable(hdev) ||
lmp_le_capable
(hdev))
in hci_debugfs_create_common()
H
A
D
mgmt.c
733
if (
lmp_le_capable
(hdev)) {
in get_supported_phys()
791
if (
lmp_le_capable
(hdev)) {
in get_selected_phys()
848
if (
lmp_le_capable
(hdev)) {
in get_supported_settings()
1497
if (!
lmp_le_capable
(hdev))
in mgmt_le_support()
2166
if (!
lmp_le_capable
(hdev) ||
in set_mesh()
2286
if (!
lmp_le_capable
(hdev) ||
in mesh_features()
2341
if (!
lmp_le_capable
(hdev) ||
in mesh_send_cancel()
2377
if (!
lmp_le_capable
(hdev) ||
in mesh_send()
2439
if (!
lmp_le_capable
(hdev))
in set_le()
3778
if (
lmp_le_capable
(hde
in set_name_sync()
[all...]
H
A
D
hci_conn.c
1188
if (!
lmp_le_capable
(d))
in hci_get_route()
1341
if (
lmp_le_capable
(hdev))
in hci_connect_le()
1522
if (
lmp_le_capable
(hdev))
in hci_add_bis()
1571
if (
lmp_le_capable
(hdev))
in hci_connect_le_scan()
H
A
D
hci_sync.c
3783
if (
lmp_le_capable
(hdev)) {
in hci_init2_sync()
3897
if (
lmp_le_capable
(hdev))
in hci_set_event_mask_sync()
4020
if (!
lmp_le_capable
(hdev))
in hci_le_set_event_mask_sync()
4332
if (
lmp_le_capable
(hdev))
in hci_init3_sync()
4587
if (
lmp_le_capable
(hdev))
in hci_init4_sync()
4647
if (
lmp_le_capable
(hdev))
in hci_init_sync()
H
A
D
smp.c
3421
if (!
lmp_le_capable
(hdev))
in smp_register()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1340
#define
lmp_le_capable
(dev) ((dev)->features[0][4] & LMP_LE)
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1804
#define
lmp_le_capable
(dev) ((dev)->features[0][4] & LMP_LE)
macro
Completed in 54 milliseconds