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:rfc
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap.c
147
chan->lcfg.
rfc
.mode = cfg->
rfc
.mode;
in L2CAP_ConfigReq()
149
if (chan->lcfg.
rfc
.mode == L2CAP_ENHANCED_RETRANSMISSION_MODE) {
in L2CAP_ConfigReq()
150
if (cfg->
rfc
.rxWindowSize != 0) {
in L2CAP_ConfigReq()
151
chan->lcfg.
rfc
.rxWindowSize = cfg->
rfc
.rxWindowSize;
in L2CAP_ConfigReq()
154
if (cfg->
rfc
.maxTransmit != 0) {
in L2CAP_ConfigReq()
155
chan->lcfg.
rfc
.maxTransmit = cfg->
rfc
.maxTransmit;
in L2CAP_ConfigReq()
158
if (chan->lcfg.
rfc
in L2CAP_ConfigReq()
[all...]
H
A
D
l2cap_core.c
203
if (chan->lcfg.
rfc
.mode != L2CAP_BASIC_MODE) {
in L2capSendConfigurationReq()
206
buff[signal.length + L2CAP_OFFSET_2] = chan->lcfg.
rfc
.mode;
in L2capSendConfigurationReq()
207
buff[signal.length + L2CAP_OFFSET_3] = chan->lcfg.
rfc
.rxWindowSize;
in L2capSendConfigurationReq()
208
buff[signal.length + L2CAP_OFFSET_4] = chan->lcfg.
rfc
.maxTransmit;
in L2capSendConfigurationReq()
211
L2capCpuToLe16(buff + signal.length + L2CAP_OFFSET_9, chan->lcfg.
rfc
.mps);
in L2capSendConfigurationReq()
246
if (chan->rcfg.
rfc
.mode != cfg->
rfc
.mode) {
in L2capSendConfigurationRspRfcProcess()
248
chan->rcfg.
rfc
.mode = cfg->
rfc
.mode;
in L2capSendConfigurationRspRfcProcess()
253
buff[signal->length + L2CAP_OFFSET_2] = cfg->
rfc
in L2capSendConfigurationRspRfcProcess()
[all...]
H
A
D
l2cap_inst.c
209
cfg->
rfc
.mode = L2CAP_BASIC_MODE;
in L2capSetDefaultConfigOptions()
210
cfg->
rfc
.maxTransmit = L2CAP_DEFAULT_MAX_TRANSMIT;
in L2capSetDefaultConfigOptions()
211
cfg->
rfc
.txWindowSize = L2CAP_DEFAULT_TX_WINDOW;
in L2capSetDefaultConfigOptions()
212
cfg->
rfc
.rxWindowSize = L2CAP_DEFAULT_TX_WINDOW;
in L2capSetDefaultConfigOptions()
213
cfg->
rfc
.retransmissionTimeout = 0;
in L2capSetDefaultConfigOptions()
214
cfg->
rfc
.monitorTimeout = 0;
in L2capSetDefaultConfigOptions()
215
cfg->
rfc
.mps = L2capGetRxBufferSize() - L2CAP_SIZE_10;
in L2capSetDefaultConfigOptions()
262
if (chan->lcfg.
rfc
.mode == L2CAP_STREAM_MODE) {
in L2capDestroyChannelTx()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_session_fsm.c
224
config.
rfc
.mode = 0; // Basic mode
in RfcommRecvConnectRsp()
306
if (reqInfo.cfg.
rfc
.mode != 0) {
in RfcommRecvConfigReq()
310
reqInfo.cfg.
rfc
.mode = 0;
in RfcommRecvConfigReq()
954
config.
rfc
.mode = 0; // Basic mode
in RfcommRecvSessionSecurityRslt()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_connect.c
344
connecting->remotel2capConfigInfoObj.
rfc
.mode = cfg->
rfc
.mode;
in AttRecvConfigReqAssignBredrConnect()
643
(*connecting)->locall2capConfigInfoObj.
rfc
.mode = connParaPtr->bredrConnParaVar.mode;
in AttConnectReqAssignBredrConnect()
1364
connecting->locall2capConfigInfoObj.
rfc
.mode = attConnectRspAsyncPtr->g_attConnectParaObj->bredrConnParaVar.mode;
in AttConnectRsponseAsync()
2042
if (connecting->locall2capConfigInfoObj.
rfc
.mode == BR_EDR_BASIC_MODE) {
in AttReceiveConnectionRspAsync()
2045
l2capConfigInfoPtr.
rfc
.mode = connecting->locall2capConfigInfoObj.
rfc
.mode;
in AttReceiveConnectionRspAsync()
2201
cfg->
rfc
.mode,
in AttReceiveConfigRsp()
2590
if (attRecevieConfigReqPtr->cfg->
rfc
.mode != L2CAP_BASIC_MODE) {
in AttReceiveConfigReqAsync()
2641
cfg->
rfc
in AttReceiveConfigReq()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
l2cap_def.h
138
L2capOptionRfc
rfc
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H
A
D
avctp_ctrl_l2cap.c
269
if (cfg->
rfc
.mode == L2CAP_BASIC_MODE) {
in AvctRecvConfigReqCBack()
292
rspCfg.
rfc
.mode = L2CAP_BASIC_MODE;
in AvctRecvConfigReqCBack()
H
A
D
avctp_br_l2cap.c
152
cfg.
rfc
.mode = L2CAP_ENHANCED_RETRANSMISSION_MODE;
in AvctBrRecvConnectionReqAct()
221
cfg.
rfc
.mode = L2CAP_ENHANCED_RETRANSMISSION_MODE;
in AvctBrRecvConnectionRspCBack()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H
A
D
transport_l2cap.cpp
114
l2capConfigInfo.
rfc
.mode = L2CAP_CONFIG_RFC_MODE;
in AcceptConnection()
501
l2capConfigInfo.
rfc
.mode = 0x03;
in TransportRecvConnectionRspCallbackNative()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_l2cap.c
403
if (cfg->
rfc
.mode == L2CAP_BASIC_MODE) {
in AvdtConfigureIndication()
425
rspCfg.
rfc
.mode = L2CAP_BASIC_MODE;
in AvdtConfigureIndication()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_l2cap_connection.cpp
768
if (cfg.
rfc
.mode == L2CAP_ENHANCED_RETRANSMISSION_MODE) {
in HidHostRecvConfigReqCallbackTask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.cpp
440
if (cfg->
rfc
.mode == L2CAP_ENHANCED_RETRANSMISSION_MODE) {
in BnepRecvConfigReqCallback()
Completed in 17 milliseconds