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_ssp_capable
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_debugfs.c
342
if (
lmp_ssp_capable
(hdev) || lmp_le_capable(hdev))
in hci_debugfs_create_common()
600
if (
lmp_ssp_capable
(hdev)) {
in hci_debugfs_create_bredr()
H
A
D
mgmt.c
788
if (
lmp_ssp_capable
(hdev)) {
in get_supported_settings()
1747
if (!
lmp_ssp_capable
(hdev))
in set_ssp()
1832
if (!
lmp_ssp_capable
(hdev))
in set_hs()
4437
if (!
lmp_ssp_capable
(hdev)) {
in read_local_oob_data()
H
A
D
hci_core.c
397
if (
lmp_ssp_capable
(hdev)) {
in hci_setup_event_mask()
444
if (
lmp_ssp_capable
(hdev)) {
in hci_init2_req()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_debugfs.c
340
if (
lmp_ssp_capable
(hdev) || lmp_le_capable(hdev))
in hci_debugfs_create_common()
644
if (
lmp_ssp_capable
(hdev)) {
in hci_debugfs_create_bredr()
H
A
D
hci_sync.c
3630
if (!
lmp_ssp_capable
(hdev) || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
in hci_write_ssp_mode_1_sync()
3649
if (!
lmp_ssp_capable
(hdev) || hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
in hci_write_eir_sync()
3883
if (
lmp_ssp_capable
(hdev)) {
in hci_set_event_mask_sync()
H
A
D
mgmt.c
836
if (
lmp_ssp_capable
(hdev)) {
in get_supported_settings()
1984
if (!
lmp_ssp_capable
(hdev))
in set_ssp()
5592
if (!
lmp_ssp_capable
(hdev)) {
in read_local_oob_data()
8191
if (!status && !
lmp_ssp_capable
(hdev)) {
in read_local_oob_ext_data()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1345
#define
lmp_ssp_capable
(dev) ((dev)->features[0][6] & LMP_SIMPLE_PAIR)
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1810
#define
lmp_ssp_capable
(dev) ((dev)->features[0][6] & LMP_SIMPLE_PAIR)
macro
Completed in 46 milliseconds