OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_extract_name
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/test/suite/support/
property.h
27
const char *
property_extract_name
(const bt_property_t *property);
property.c
64
const char *
property_extract_name
(const bt_property_t *property) {
function
/external/bluetooth/bluedroid/test/suite/cases/
adapter.c
55
TASSERT(property_equals(adapter_get_property(BT_PROPERTY_BDNAME), name), "Bluetooth name '%s' does not match test value",
property_extract_name
(adapter_get_property(BT_PROPERTY_BDNAME)));
71
TASSERT(property_equals(adapter_get_property(BT_PROPERTY_BDNAME), name), "Bluetooth name '%s' does not match test value",
property_extract_name
(adapter_get_property(BT_PROPERTY_BDNAME)));
Completed in 2237 milliseconds