Searched refs:gatt_history_callback (Results 1 – 3 of 3) sorted by relevance
49 TEST_F(BtaDiscTest, gatt_history_callback) { in TEST_F() argument57 gatt_history_callback(base::StringPrintf("%s", a[0].c_str())); in TEST_F()59 gatt_history_callback(a[1]); in TEST_F()61 gatt_history_callback(base::StringPrintf("%s", a[2].c_str())); in TEST_F()
55 void gatt_history_callback(const std::string& entry);
111 void gatt_history_callback(const std::string& entry) { in gatt_history_callback() function