Home
last modified time | relevance | path

Searched refs:get_adapter_property (Results 1 – 3 of 3) sorted by relevance

/system/bt/tools/bdtool/
Dbdtool.c157 … CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties); in main()
182 … CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties); in main()
/system/bt/btif/src/
Dbluetooth.c181 static int get_adapter_property(bt_property_type_t type) in get_adapter_property() function
479 get_adapter_property,
/system/bt/test/suite/adapter/
Dadapter_unittest.cpp77 EXPECT_EQ(bt_interface()->get_adapter_property(BT_PROPERTY_BDNAME), in TEST_F()