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:use_ll_privacy
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_request.c
372
if (
use_ll_privacy
(req->hdev)) {
in del_from_accept_list()
425
if (
use_ll_privacy
(hdev)) {
in add_to_accept_list()
464
if (
use_ll_privacy
(hdev))
in update_accept_list()
553
if (
use_ll_privacy
(hdev) && addr_resolv) {
in hci_req_start_scan()
648
if (
use_ll_privacy
(hdev))
in hci_update_random_address()
H
A
D
hci_sync.c
913
if (
use_ll_privacy
(hdev))
in hci_update_random_address_sync()
2022
if (!
use_ll_privacy
(hdev))
in hci_le_set_addr_resolution_enable_sync()
2119
if (!
use_ll_privacy
(hdev))
in hci_le_del_resolve_list_sync()
2184
if (!
use_ll_privacy
(hdev))
in hci_le_add_resolve_list_sync()
2294
if (!
use_ll_privacy
(hdev) &&
in hci_le_add_accept_list_sync()
2432
if (!
use_ll_privacy
(hdev))
in hci_pause_addr_resolution()
2526
*
use_ll_privacy
((Disable Advertising) -> Disable Resolving List) ->
2528
* (has IRK &&
use_ll_privacy
(Remove Devices From Resolving List))->
2530
* (has IRK &&
use_ll_privacy
(Remove Devices From Resolving List)) ->
2531
*
use_ll_privacy
(Enabl
[all...]
H
A
D
mgmt.c
4500
if (hdev &&
use_ll_privacy
(hdev) && !hdev_is_powered(hdev)) {
in set_zero_key_func()
4970
if ((flags & HCI_CONN_FLAG_REMOTE_WAKEUP) && !
use_ll_privacy
(hdev) &&
in get_params_flags()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
732
if (
use_ll_privacy
(hdev) &&
in hci_req_add_le_scan_disable()
753
if (
use_ll_privacy
(req->hdev) &&
in del_from_accept_list()
807
if (
use_ll_privacy
(hdev) &&
in add_to_accept_list()
847
if (
use_ll_privacy
(hdev) &&
in update_accept_list()
940
if (
use_ll_privacy
(hdev) &&
in hci_req_start_scan()
1876
if (!
use_ll_privacy
(hdev) &&
in hci_req_disable_address_resolution()
2022
if (
use_ll_privacy
(hdev))
in hci_get_random_address()
2490
if (
use_ll_privacy
(hdev))
in hci_update_random_address()
H
A
D
hci_event.c
2309
if (
use_ll_privacy
(hdev) &&
in cs_le_create_conn()
5326
if (
use_ll_privacy
(hdev) &&
in hci_le_enh_conn_complete_evt()
H
A
D
mgmt.c
3824
if (hdev &&
use_ll_privacy
(hdev)) {
in read_exp_features_info()
3900
if (hdev &&
use_ll_privacy
(hdev) && !hdev_is_powered(hdev)) {
in set_exp_feature()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1862
#define
use_ll_privacy
(dev) (ll_privacy_capable(dev) && \
macro
1865
#define privacy_mode_capable(dev) (
use_ll_privacy
(dev) && \
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
1385
#define
use_ll_privacy
(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
macro
Completed in 42 milliseconds