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_features
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
380
__u8
le_features
[8];
member
1847
#define le_2m_capable(dev) (((dev)->
le_features
[1] & HCI_LE_PHY_2M))
1852
#define le_coded_capable(dev) (((dev)->
le_features
[1] & HCI_LE_PHY_CODED) && \
1859
#define ll_privacy_capable(dev) ((dev)->
le_features
[0] & HCI_LE_LL_PRIVACY)
1884
#define ext_adv_capable(dev) (((dev)->
le_features
[1] & HCI_LE_EXT_ADV))
1899
#define per_adv_capable(dev) (((dev)->
le_features
[1] & HCI_LE_PERIODIC_ADV))
1906
((dev)->
le_features
[3] & HCI_LE_CIS_CENTRAL)
1908
((dev)->
le_features
[3] & HCI_LE_CIS_PERIPHERAL)
1909
#define bis_capable(dev) ((dev)->
le_features
[3] & HCI_LE_ISO_BROADCASTER)
1910
#define sync_recv_capable(dev) ((dev)->
le_features
[
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
2815
(hdev->
le_features
[0] & HCI_LE_EXT_SCAN_POLICY))
in hci_passive_scan_sync()
3850
if (hdev->
le_features
[0] & HCI_LE_ENCRYPTION) {
in hci_set_event_mask_sync()
4025
if (hdev->
le_features
[0] & HCI_LE_ENCRYPTION)
in hci_le_set_event_mask_sync()
4031
if (hdev->
le_features
[0] & HCI_LE_CONN_PARAM_REQ_PROC)
in hci_le_set_event_mask_sync()
4038
if (hdev->
le_features
[0] & HCI_LE_DATA_LEN_EXT)
in hci_le_set_event_mask_sync()
4050
if (hdev->
le_features
[0] & HCI_LE_EXT_SCAN_POLICY)
in hci_le_set_event_mask_sync()
4056
if (hdev->
le_features
[1] & HCI_LE_CHAN_SEL_ALG2)
in hci_le_set_event_mask_sync()
4222
if (!(hdev->
le_features
[0] & HCI_LE_DATA_LEN_EXT))
in hci_le_read_max_data_len_sync()
4232
if (!(hdev->
le_features
[0] & HCI_LE_DATA_LEN_EXT))
in hci_le_read_def_data_len_sync()
4399
if (lmp_ping_capable(hdev) || hdev->
le_features
[
in hci_set_event_mask_page_2_sync()
[all...]
H
A
D
hci_request.c
773
(hdev->
le_features
[0] & HCI_LE_EXT_SCAN_POLICY))
in hci_req_add_le_passive_scan()
H
A
D
hci_debugfs.c
101
seq_printf(f, "LE: %8ph\n", hdev->
le_features
);
in features_show()
H
A
D
hci_event.c
1283
memcpy(hdev->
le_features
, rp->features, 8);
in hci_cc_le_read_local_features()
3683
(conn->type == LE_LINK && (hdev->
le_features
[0] & HCI_LE_PING)))) {
in hci_encrypt_change_evt()
6017
(hdev->
le_features
[0] & HCI_LE_PERIPHERAL_FEATURES)) {
in le_conn_complete_evt()
6688
(hdev->
le_features
[0] & HCI_LE_PERIPHERAL_FEATURES))
in hci_le_remote_feat_complete_evt()
H
A
D
mgmt.c
737
if (hdev->
le_features
[1] & HCI_LE_PHY_2M) {
in get_supported_phys()
742
if (hdev->
le_features
[1] & HCI_LE_PHY_CODED) {
in get_supported_phys()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
364
if (hdev->
le_features
[0] & HCI_LE_ENCRYPTION) {
in hci_setup_event_mask()
570
if (lmp_ping_capable(hdev) || hdev->
le_features
[0] & HCI_LE_PING) {
in hci_set_event_mask_page_2()
624
if (hdev->
le_features
[0] & HCI_LE_ENCRYPTION)
in hci_init3_req()
630
if (hdev->
le_features
[0] & HCI_LE_CONN_PARAM_REQ_PROC)
in hci_init3_req()
638
if (hdev->
le_features
[0] & HCI_LE_DATA_LEN_EXT)
in hci_init3_req()
644
if (hdev->
le_features
[0] & HCI_LE_LL_PRIVACY)
in hci_init3_req()
652
if (hdev->
le_features
[0] & HCI_LE_EXT_SCAN_POLICY)
in hci_init3_req()
660
if (hdev->
le_features
[1] & HCI_LE_CHAN_SEL_ALG2)
in hci_init3_req()
774
if (hdev->
le_features
[0] & HCI_LE_DATA_LEN_EXT) {
in hci_init3_req()
881
if (hdev->
le_features
[
in hci_init4_req()
[all...]
H
A
D
hci_event.c
1041
memcpy(hdev->
le_features
, rp->features, 8);
in hci_cc_le_read_local_features()
3156
(conn->type == LE_LINK && (hdev->
le_features
[0] & HCI_LE_PING)))) {
in hci_encrypt_change_evt()
5270
(hdev->
le_features
[0] & HCI_LE_SLAVE_FEATURES)) {
in le_conn_complete_evt()
5818
if ((hdev->
le_features
[0] & HCI_LE_SLAVE_FEATURES) &&
in hci_le_remote_feat_complete_evt()
H
A
D
hci_debugfs.c
99
seq_printf(f, "LE: %8ph\n", hdev->
le_features
);
in features_show()
H
A
D
mgmt.c
689
if (hdev->
le_features
[1] & HCI_LE_PHY_2M) {
in get_supported_phys()
694
if (hdev->
le_features
[1] & HCI_LE_PHY_CODED) {
in get_supported_phys()
7239
if (hdev->
le_features
[1] & HCI_LE_PHY_2M)
in get_supported_adv_flags()
7242
if (hdev->
le_features
[1] & HCI_LE_PHY_CODED)
in get_supported_adv_flags()
H
A
D
hci_request.c
1090
(hdev->
le_features
[0] & HCI_LE_EXT_SCAN_POLICY))
in hci_req_add_le_passive_scan()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
315
__u8
le_features
[8];
1385
#define use_ll_privacy(dev) ((dev)->
le_features
[0] & HCI_LE_LL_PRIVACY)
1394
#define ext_adv_capable(dev) (((dev)->
le_features
[1] & HCI_LE_EXT_ADV))
Completed in 57 milliseconds