OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uuid_any
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/plugins/
mgmtops.c
733
uuid_t
uuid_any
;
local
735
memset(&
uuid_any
, 0, sizeof(
uuid_any
));
736
uuid_any
.type = SDP_UUID128;
738
return mgmt_remove_uuid(index, &
uuid_any
);
[
all
...]
/external/bluetooth/bluez/src/
sdpd-request.c
154
SDPDBG("->Unexpected Data type (expected
UUID_ANY
)");
Completed in 113 milliseconds