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:PHY_LE_CODED
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_utils.h
199
PHY_LE_CODED
= 3, // phy coded
member in OHOS::Bluetooth::ScanDuty::PhyType
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
369
case static_cast<int32_t>(PhyType::
PHY_LE_CODED
):
in ConvertPhyType()
370
params.phyType = PhyType::
PHY_LE_CODED
;
in ConvertPhyType()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
420
typedef enum { PHY_LE_1M = 1, PHY_LE_2M = 2,
PHY_LE_CODED
= 3, PHY_LE_ALL_SUPPORTED = 255 } PHY_TYPE;
enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_advertiser_impl.cpp
237
if ((!isCodedPhySupported) && (primaryPhy ==
PHY_LE_CODED
)) {
in CheckAdvertiserPara()
242
if ((!is2MPhySupported) && (secondaryPhy ==
PHY_LE_CODED
)) {
in CheckAdvertiserPara()
H
A
D
ble_central_manager_impl.cpp
1051
case
PHY_LE_CODED
:
in SetExScanParamToGap()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
519
using PHY_TYPE = enum { PHY_LE_1M = 1, PHY_LE_2M = 2,
PHY_LE_CODED
= 3, PHY_LE_ALL_SUPPORTED = 255 };
Completed in 17 milliseconds