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:SDP_UINT16_LENGTH
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_client.c
72
pos +=
SDP_UINT16_LENGTH
;
in SdpBuildAttributeList()
74
pos +=
SDP_UINT16_LENGTH
;
in SdpBuildAttributeList()
76
pos +=
SDP_UINT16_LENGTH
;
in SdpBuildAttributeList()
90
buffer[offset] = attributeIdList.attributeIdList.attributeIdNumber * (
SDP_UINT16_LENGTH
+ 1);
in SdpBuildAttributeList()
99
offset +=
SDP_UINT16_LENGTH
;
in SdpBuildAttributeList()
112
offset +=
SDP_UINT16_LENGTH
;
in SdpCreateSearchRequest()
118
buffer[1] = offset -
SDP_UINT16_LENGTH
;
in SdpCreateSearchRequest()
121
offset +=
SDP_UINT16_LENGTH
;
in SdpCreateSearchRequest()
135
offset +=
SDP_UINT16_LENGTH
;
in SdpCreateAttributeRequest()
149
offset +=
SDP_UINT16_LENGTH
;
in SdpCreateSearchAttributeRequest()
[all...]
H
A
D
sdp_server.c
330
buffer[pos + 1] = offset - pos -
SDP_UINT16_LENGTH
;
in SdpAddProtocolDescriptorList()
364
offset +=
SDP_UINT16_LENGTH
;
in SdpAddAdditionalProtocolDescriptorList()
383
buffer[pos + 1] = offset - pos -
SDP_UINT16_LENGTH
;
in SdpAddAdditionalProtocolDescriptorList()
385
buffer[posAdditional + 1] = offset - posAdditional -
SDP_UINT16_LENGTH
;
in SdpAddAdditionalProtocolDescriptorList()
412
if ((offset + SDP_UUID16_LENGTH +
SDP_UINT16_LENGTH
+ 1) > SDP_MAX_ATTRIBUTE_LEN) {
in SdpAddBrowseGroupList()
417
if ((offset + SDP_UUID32_LENGTH +
SDP_UINT16_LENGTH
+ 1) > SDP_MAX_ATTRIBUTE_LEN) {
in SdpAddBrowseGroupList()
422
if ((offset + SDP_UUID128_LENGTH +
SDP_UINT16_LENGTH
+ 1) > SDP_MAX_ATTRIBUTE_LEN) {
in SdpAddBrowseGroupList()
467
offset +=
SDP_UINT16_LENGTH
;
in SdpAddLanguageBaseAttributeIdList()
473
offset +=
SDP_UINT16_LENGTH
;
in SdpAddLanguageBaseAttributeIdList()
479
offset +=
SDP_UINT16_LENGTH
;
in SdpAddLanguageBaseAttributeIdList()
[all...]
H
A
D
sdp_util.c
100
offset =
SDP_UINT16_LENGTH
;
in SdpGetLengthFromType()
101
*length =
SDP_UINT16_LENGTH
;
in SdpGetLengthFromType()
120
offset =
SDP_UINT16_LENGTH
;
in SdpGetLengthFromType()
H
A
D
sdp_client_parse.c
329
offset +=
SDP_UINT16_LENGTH
;
in SdpParseServerResponse()
478
offset +=
SDP_UINT16_LENGTH
;
in SdpParseSingleAttributeList()
653
if (PacketSize(packet) != parameterLength || parameterLength !=
SDP_UINT16_LENGTH
) {
in SdpParseErrorResponse()
679
PacketExtractHead(packet, buffer,
SDP_UINT16_LENGTH
);
in SdpParseSearchResponse()
686
PacketExtractHead(packet, buffer,
SDP_UINT16_LENGTH
);
in SdpParseSearchResponse()
878
case
SDP_UINT16_LENGTH
:
in SdpGetALLValue()
999
offset = offset + length +
SDP_UINT16_LENGTH
;
in SdpGetCommonProtocolDescriptorEachList()
1000
currentLength = currentLength - length -
SDP_UINT16_LENGTH
;
in SdpGetCommonProtocolDescriptorEachList()
1227
offset +=
SDP_UINT16_LENGTH
;
in SdpGetLanguageBaseAttributeIdList()
1238
offset +=
SDP_UINT16_LENGTH
;
in SdpGetLanguageBaseAttributeIdList()
[all...]
H
A
D
sdp_connect.c
1207
packet = PacketMalloc(SDP_PDU_HEADER_LENGTH, 0,
SDP_UINT16_LENGTH
);
in SdpSendErrorResponse()
1209
PacketPayloadWrite(packet, buffer, 0,
SDP_UINT16_LENGTH
);
in SdpSendErrorResponse()
1217
offset +=
SDP_UINT16_LENGTH
;
in SdpSendErrorResponse()
1219
*(uint16_t *)(header + offset) = H2BE_16(
SDP_UINT16_LENGTH
);
in SdpSendErrorResponse()
1275
offset +=
SDP_UINT16_LENGTH
;
in SdpBuildSearchFragmentResponse()
1278
offset +=
SDP_UINT16_LENGTH
;
in SdpBuildSearchFragmentResponse()
1281
offset +=
SDP_UINT16_LENGTH
;
in SdpBuildSearchFragmentResponse()
1391
pos +=
SDP_UINT16_LENGTH
;
in SdpSendSearchResponse()
1394
pos +=
SDP_UINT16_LENGTH
;
in SdpSendSearchResponse()
1397
pos +=
SDP_UINT16_LENGTH
;
in SdpSendSearchResponse()
[all...]
H
A
D
sdp_util.h
115
#define
SDP_UINT16_LENGTH
2
macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_defines.h
192
static constexpr uint8_t
SDP_UINT16_LENGTH
= 2;
member
H
A
D
hid_host_sdp_client.cpp
106
offset =
SDP_UINT16_LENGTH
+ 1;
in ParseHidDescInfo()
Completed in 9 milliseconds