Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc130 base::OnceCallback<void(const RawAddress&, uint8_t)> eatt_supp_feat_cb; in ConnectDeviceBothSides() local
134 [&eatt_supp_feat_cb]( in ConnectDeviceBothSides()
137 eatt_supp_feat_cb = std::move(cb); in ConnectDeviceBothSides()
161 ASSERT_TRUE(eatt_supp_feat_cb); in ConnectDeviceBothSides()
162 if (eatt_supp_feat_cb) { in ConnectDeviceBothSides()
163 std::move(eatt_supp_feat_cb) in ConnectDeviceBothSides()