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:BT_TRANSPORT_LE
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_receive.c
503
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttFindInformationRequest()
642
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttFindByTypeValueRequest()
789
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttReadByTypeRequest()
918
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttReadRequest()
1005
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttReadBlobRequest()
1094
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttReadMultipleRequest()
1175
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttReadByGroupTypeRequest()
1316
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttWriteRequest()
1540
if ((connect->transportType ==
BT_TRANSPORT_LE
&& connect->mtu == DEFAULTLEATTMTU) ||
in AttPrepareWriteRequest()
1656
if ((connect->transportType ==
BT_TRANSPORT_LE
in AttExecuteWriteRequest()
[all...]
H
A
D
att_connect.c
833
(*connect)->transportType =
BT_TRANSPORT_LE
;
in AttConnectInfoAddLe()
865
connecting->transportType =
BT_TRANSPORT_LE
;
in L2cifLeConnectCallBackAsync()
1108
} else if (attConnectReqAsyncPtr->transportType ==
BT_TRANSPORT_LE
) {
in AttConnectRequestAsync()
1116
connecting->transportType =
BT_TRANSPORT_LE
;
in AttConnectRequestAsync()
1191
} else if (transportType ==
BT_TRANSPORT_LE
) {
in ATT_ConnectReq()
1540
if (connect->transportType ==
BT_TRANSPORT_LE
) {
in LeDisconnectReqCallBackAsync()
2700
} else if (transportType ==
BT_TRANSPORT_LE
) {
in InitiativeDisconnect()
H
A
D
att_common.c
257
if (g_connectInfo[index].transportType ==
BT_TRANSPORT_LE
) {
in AttGetConnectInfoIndexByCid()
581
if (connect->transportType ==
BT_TRANSPORT_LE
) {
in AttSendSequenceScheduling()
620
if (connect->transportType ==
BT_TRANSPORT_LE
) {
in AttReceiveSequenceScheduling()
1623
if (connect->transportType ==
BT_TRANSPORT_LE
) {
in AttResponseSendData()
H
A
D
att_send_response.c
105
if (connect->transportType ==
BT_TRANSPORT_LE
) {
in AttAssignMTU()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
att.h
36
#define
BT_TRANSPORT_LE
2
macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_connection_manager.cpp
914
type =
BT_TRANSPORT_LE
;
in ConvertTransport()
Completed in 15 milliseconds