Searched refs:shorter (Results 1 - 1 of 1) sorted by relevance

/system/bt/btcore/src/
H A Dproperty.cc62 // length and comparing against the shorter name.
67 const bt_property_t *shorter = p1, *longer = p2; local
69 shorter = p2;
72 return strlen((const char*)longer->val) == (size_t)shorter->len &&
73 !memcmp(longer->val, shorter->val, shorter->len);

Completed in 78 milliseconds