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:AVCT_MAX_CONNECTS
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H
A
D
avctp_conn.c
37
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbConnAlloc()
98
if ((connId <
AVCT_MAX_CONNECTS
) && (g_avctMng.cbConn[connId].status != 0)) {
in AvctGetCbConnByConnId()
116
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctGetCbConnByPid()
H
A
D
avctp_int.h
28
#define
AVCT_MAX_CONNECTS
14 /* The max number of connect session for app. */
macro
123
AvctCbConn cbConn[
AVCT_MAX_CONNECTS
]; /* Connection control blocks */
H
A
D
avctp_br_act.c
60
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbBrChConnFail()
172
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbBrChConnInd()
203
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbBrChCloseInd()
226
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbBrChCloseCfm()
254
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbBrChBusyInd()
H
A
D
avctp_ctrl_act.c
67
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbCtrlChConnFail()
185
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbCtrlChConnInd()
228
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbCtrlChCloseInd()
256
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbCtrlChCloseCfm()
285
for (uint8_t i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctCbCtrlChBusyInd()
H
A
D
avctp_api.c
124
for (int i = 0; i <
AVCT_MAX_CONNECTS
; i++) {
in AvctDeregister()
343
if (connId <
AVCT_MAX_CONNECTS
) {
in AVCT_GetPeerMtu()
542
if (connId <
AVCT_MAX_CONNECTS
) {
in AVCT_BrGetPeerMtu()
Completed in 4 milliseconds