OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_equals
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/test/suite/support/
property.h
29
bool
property_equals
(const bt_property_t *p1, const bt_property_t *p2);
property.c
76
bool
property_equals
(const bt_property_t *p1, const bt_property_t *p2) {
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 441 milliseconds