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:secondaryPhy
(Results
1 - 17
of
17
) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H
A
D
softbus_ble_utils_test.cpp
120
btScanResult.
secondaryPhy
= 1;
in HWTEST()
132
EXPECT_EQ(softbusScanResult.
secondaryPhy
, btScanResult.
secondaryPhy
);
in HWTEST()
H
A
D
softbus_ble_gatt_test.cpp
1234
mockScanResult.
secondaryPhy
= OHOS_BLE_SCAN_PHY_NO_PACKET;
in HWTEST_F()
1242
mockScanResult.
secondaryPhy
= OHOS_BLE_SCAN_PHY_1M;
in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H
A
D
softbus_broadcast_adapter_type.h
129
uint8_t
secondaryPhy
;
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.h
369
* @param
secondaryPhy
Second phy.
372
void SetSecondaryPhy(int
secondaryPhy
)
in SetSecondaryPhy()
argument
374
secondaryPhy_ =
secondaryPhy
;
in SetSecondaryPhy()
H
A
D
ble_service_data.cpp
410
* @param
secondaryPhy
Secondary Phy.
413
void BleAdvertiserSettingsImpl::SetSecondaryPhy(int
secondaryPhy
)
in SetSecondaryPhy()
argument
415
secondaryPhy_ =
secondaryPhy
;
in SetSecondaryPhy()
H
A
D
ble_service_data.h
320
* @param
secondaryPhy
Second phy.
323
void SetSecondaryPhy(int
secondaryPhy
);
368
/// Advertising
secondaryPhy
.
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_advertiser.h
285
* @param
secondaryPhy
Second phy.
288
void SetSecondaryPhy(int
secondaryPhy
);
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H
A
D
softbus_broadcast_type.h
371
uint8_t
secondaryPhy
;
member
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gatt.h
453
unsigned char
secondaryPhy
;
member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H
A
D
softbus_ble_utils.c
234
dst->
secondaryPhy
= BtScanPhyTypeToSoftbus(src->
secondaryPhy
);
in BtScanResultToSoftbus()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_advertiser.cpp
685
void BleAdvertiserSettings::SetSecondaryPhy(int
secondaryPhy
)
in SetSecondaryPhy()
argument
687
secondaryPhy_ =
secondaryPhy
;
in SetSecondaryPhy()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H
A
D
bluetooth_mock.cpp
335
.
secondaryPhy
= OHOS_BLE_SCAN_PHY_1M,
in CallbackScanResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_le_if.h
212
uint8_t
secondaryPhy
; /// Secondary advertiser PHY:
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_scan.c
146
advParam->
secondaryPhy
= report->secondaryPHY;
in GapLeSetExAdvReportParam()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_advertiser_impl.cpp
235
int
secondaryPhy
= settings.GetSecondaryPhy();
in CheckAdvertiserPara()
local
242
if ((!is2MPhySupported) && (
secondaryPhy
== PHY_LE_CODED)) {
in CheckAdvertiserPara()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H
A
D
softbus_broadcast_mgr.c
426
bcInfo->
secondaryPhy
= reportData->
secondaryPhy
;
in BuildBcInfoCommon()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
93
scanResult.
secondaryPhy
= OHOS_BLE_SCAN_PHY_1M;
Completed in 23 milliseconds