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:advSid
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H
A
D
softbus_ble_utils_test.cpp
121
btScanResult.
advSid
= 1;
in HWTEST()
133
EXPECT_EQ(softbusScanResult.
advSid
, btScanResult.
advSid
);
in HWTEST()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H
A
D
softbus_broadcast_adapter_type.h
130
uint8_t
advSid
;
member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H
A
D
softbus_broadcast_type.h
372
uint8_t
advSid
;
member
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gatt.h
458
unsigned char
advSid
;
member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H
A
D
softbus_ble_utils.c
235
dst->
advSid
= (uint8_t)src->
advSid
;
in BtScanResultToSoftbus()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H
A
D
bluetooth_mock.cpp
336
.
advSid
= 1,
in CallbackScanResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_le_if.h
140
uint8_t
advSid
; /// Value of the Advertising SID subfield in the ADI field of the PDU
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_adv.c
175
hciCmdParam.advertisingSID = advExParam.
advSid
;
in GapLeSetExtendedAdvertisingParameters()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H
A
D
softbus_broadcast_mgr.c
427
bcInfo->
advSid
= reportData->
advSid
;
in BuildBcInfoCommon()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
94
scanResult.
advSid
= 1;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_advertiser_impl.cpp
787
para.
advSid
= 0x01;
in SetExAdvParamToGap()
Completed in 19 milliseconds