HomeSort by relevance Sort by last modified time
    Searched refs:adapter_get_property (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/test/suite/support/
adapter.h 25 bt_property_t *adapter_get_property(bt_property_type_t type);
adapter.c 37 bt_property_t *adapter_get_property(bt_property_type_t type) { function
  /external/bluetooth/bluedroid/test/suite/cases/
adapter.c 54 TASSERT(adapter_get_property(BT_PROPERTY_BDNAME), "The Bluetooth name property did not change.");
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)));
70 TASSERT(adapter_get_property(BT_PROPERTY_BDNAME), "The Bluetooth name property did not change.");
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 93 milliseconds