OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_new_uuids
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/include/
property.h
50
bt_property_t *
property_new_uuids
(const bt_uuid_t *uuid, size_t count);
/system/bt/btcore/test/
property_test.cpp
144
bt_property_t *property =
property_new_uuids
(&uuid0, 1);
174
bt_property_t *property0 =
property_new_uuids
(uuids, sizeof(bt_uuid_t)/sizeof(uuids));
/system/bt/btcore/src/
property.c
106
bt_property_t *
property_new_uuids
(const bt_uuid_t *uuid, size_t count) {
function
Completed in 5868 milliseconds