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
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H
A
D
gatt_c_test.cpp
80
configs.
phy
= PHY_LE_ALL_SUPPORTED;
in HWTEST_F()
103
configs.
phy
= PHY_LE_ALL_SUPPORTED;
in HWTEST_F()
159
configs.
phy
= PHY_LE_ALL_SUPPORTED;
in HWTEST_F()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H
A
D
wifi_hostapd_hal.h
58
char
phy
[BUFFER_SIZE_16];
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.h
334
* @brief Get primary
phy
.
336
* @return Returns primary
phy
.
345
* @brief Set primary
phy
.
347
* @param primaryPhy Primary
phy
.
356
* @brief Get second
phy
.
358
* @return Returns primary
phy
.
367
* @brief Set second
phy
.
369
* @param secondaryPhy Second
phy
.
738
* @brief Set
phy
value.
740
* @param
phy
Ph
743
SetPhy(int
phy
)
SetPhy()
argument
[all...]
H
A
D
ble_service_data.cpp
70
void BleScanSettingsImpl::SetPhy(int
phy
)
in SetPhy()
argument
72
phy_ =
phy
;
in SetPhy()
375
* @brief Get the primary
phy
.
377
* @return Returns the primary
phy
.
386
* @brief Set the primary
phy
.
388
* @param primaryPhy Primary
phy
.
399
* @return Returns primary
phy
.
408
* @brief Set the secondary
phy
.
H
A
D
ble_service_data.h
122
* @brief Set
phy
value.
124
* @param
phy
Phy value.
127
void SetPhy(int
phy
);
130
* @brief Get
phy
value.
294
* @brief Get primary
phy
.
296
* @return Returns primary
phy
.
302
* @brief Set primary
phy
.
304
* @param primaryPhy Primary
phy
.
310
* @brief Get second
phy
.
312
* @return Returns primary
phy
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_central_manager_server.cpp
70
int
phy
;
member
397
iter->param.
phy
= settings.GetPhy();
in StartScan()
712
pimpl->scanSettingImpl_.GetPhy() != max.
phy
) {
in IsNewScanParams()
716
pimpl->scanSettingImpl_.SetPhy(max.
phy
);
in IsNewScanParams()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gatt.h
409
int
phy
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_def_le_cmd.h
648
uint8_t
phy
;
member
662
uint8_t
phy
;
member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_central_manager.h
344
* @brief Set
phy
value.
346
* @param
phy
Phy value.
349
void SetPhy(int
phy
);
352
* @brief Get
phy
value.
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
678
void BleScanSettings::SetPhy(int
phy
)
in SetPhy()
argument
680
phy_ =
phy
;
in SetPhy()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H
A
D
softbus_ble_gatt.c
670
scanConfig.
phy
= (int)param->scanPhy;
in SoftbusStartScan()
Completed in 13 milliseconds