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:leFeatures
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_controller.c
830
return HCI_SUPPORT_LE_PING(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLePing()
835
return HCI_SUPPORT_LL_PRIVACY(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLlPrivacy()
840
return HCI_SUPPORT_LE_2M_PHY(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLe2MPhy()
845
return HCI_SUPPORT_LE_CODED_PHY(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLeCodedPhy()
850
return HCI_SUPPORT_LE_EXTENDED_ADVERTISING(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLeExtendedAdvertising()
855
return HCI_SUPPORT_LE_DATA_PACKET_LENGTH_EXTENSION(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLeDataPacketLengthExtension()
860
return HCI_SUPPURT_CHANNEL_SELECTION_ALGORITHM_2(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportChannelSelectionAlgorithm2()
865
return HCI_SUPPORT_CONNECTION_PARAMETERS_REQUEST_PROCEDURE(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportConnectionParametersRequestProcedure()
870
return HCI_SUPPORT_LE_PERIODIC_ADVERTISING(g_leReadLocalSupportedFeaturesResult.
leFeatures
.raw);
in BTM_IsControllerSupportLePeriodicAdvertising()
H
A
D
btm_acl.c
76
HciLeFeatures
leFeatures
;
member
1419
static void BtmOnLeRemoteFeatureComplete(const BtAddr *addr, const List *requests, const HciLeFeatures *
leFeatures
)
in BtmOnLeRemoteFeatureComplete()
argument
1428
request->callback(addr, HCI_SUPPORT_CONNECTION_PARAMETERS_REQUEST_PROCEDURE(
leFeatures
->raw));
in BtmOnLeRemoteFeatureComplete()
1441
HciLeFeatures
leFeatures
= {0};
in BtmOnLeReadRemoteFeaturesComplete()
local
1449
connection->remoteFeatures.le.
leFeatures
= eventParam->
leFeatures
;
in BtmOnLeReadRemoteFeaturesComplete()
1453
leFeatures
= connection->remoteFeatures.le.
leFeatures
;
in BtmOnLeReadRemoteFeaturesComplete()
1466
BtmOnLeRemoteFeatureComplete(&addr, requests, &
leFeatures
);
in BtmOnLeReadRemoteFeaturesComplete()
2077
HCI_SUPPORT_CONNECTION_PARAMETERS_REQUEST_PROCEDURE(connection->remoteFeatures.le.
leFeatures
in BTM_IsRemoteDeviceSupportConnectionParametersRequest()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_def_le_evt.h
85
HciLeFeatures
leFeatures
;
member
H
A
D
hci_def_le_cmd.h
99
HciLeFeatures
leFeatures
;
member
Completed in 9 milliseconds