OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuid_size
(Results
1 - 4
of
4
) sorted by null
/system/bt/service/client/
main.cc
662
int
uuid_size
= uuid.GetShortestRepresentationSize();
local
664
if (
uuid_size
== bluetooth::UUID::kNumBytes128)
666
else if (
uuid_size
== bluetooth::UUID::kNumBytes32)
668
else if (
uuid_size
== bluetooth::UUID::kNumBytes16)
671
NOTREACHED() << "Unexpected size: " <<
uuid_size
;
673
data.push_back(
uuid_size
+ 1);
677
int index = (
uuid_size
== 16) ? 0 : 12;
679
uuid_bytes.data() + index +
uuid_size
);
[
all
...]
/system/bt/stack/btm/
btm_inq.cc
123
uint8_t
uuid_size
,
127
uint8_t
uuid_size
);
[
all
...]
/system/bt/stack/gatt/
gatt_utils.cc
639
bool gatt_parse_uuid_from_cmd(tBT_UUID* p_uuid_rec, uint16_t
uuid_size
,
647
switch (
uuid_size
) {
649
p_uuid_rec->len =
uuid_size
;
688
if (
uuid_size
!= 0) ret = false;
[
all
...]
/system/bt/stack/include/
btm_api.h
[
all
...]
Completed in 347 milliseconds