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:TRANSPORT_LE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
btstack.h
112
#define
TRANSPORT_LE
2
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H
A
D
hci_acl.c
573
case
TRANSPORT_LE
:
in HCI_SendAclData()
706
case
TRANSPORT_LE
:
in HciAclOnNumberOfCompletedPacket()
781
} else if (transport ==
TRANSPORT_LE
) {
in HciAclCleanCacheOnDisconnect()
836
} else if (transport ==
TRANSPORT_LE
) {
in HciAclOnDisconnect()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm.c
381
BtmCloseAclConnectionByTransport(
TRANSPORT_LE
);
in BtmDisableLeAndSharedModules()
403
BtmCloseAclConnectionByTransport(
TRANSPORT_LE
);
in BtmDisableLeModules()
H
A
D
btm_acl.c
363
if (connection->transport ==
TRANSPORT_LE
) {
in BtmAclFindLeConnectionByAddr()
832
connection->transport =
TRANSPORT_LE
;
in BTM_LeConnect()
873
if (connection->transport ==
TRANSPORT_LE
&& connection->state == CONNECTING) {
in BtmRemoveAllConnectingLeConnection()
901
connection->transport =
TRANSPORT_LE
;
in BtmUpdateLeConnectionOnConnectComplete()
1002
if ((connection->transport ==
TRANSPORT_LE
) && (connection->state == CONNECTING)) {
in BtmGetLeConnectingAddr()
1019
if (connection->transport ==
TRANSPORT_LE
&& connection->state == CONNECTING) {
in BtmGetLeConnectingAddr()
1167
connection->transport =
TRANSPORT_LE
;
in BtmAllocLeConnectionOnEnhancedConnectComplete()
1385
} else if (transport ==
TRANSPORT_LE
) {
in BtmOnDisconnectComplete()
1792
} else if (connection->transport ==
TRANSPORT_LE
) {
in BtmReleaseConnection()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.h
36
enum class BluetoothTransport { TRANSPORT_BR_EDR = 0,
TRANSPORT_LE
= 1 };
member in OHOS::Bluetooth::BondState::ScanMode::BluetoothTransport
H
A
D
napi_bluetooth_connection.cpp
877
env, bluetoothTransport, static_cast<int>(BluetoothTransport::
TRANSPORT_LE
), "
TRANSPORT_LE
");
in BluetoothTransportInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H
A
D
hci_evt_le.c
44
HciAclOnConnectionComplete(eventParam->connectionHandle,
TRANSPORT_LE
);
in HciEventOnLeConnectionCompleteEvent()
217
HciAclOnConnectionComplete(eventParam->connectionHandle,
TRANSPORT_LE
);
in HciEventOnLeEnhancedConnectionCompleteEvent()
Completed in 9 milliseconds