Searched refs:eatt_supp_feat_cb (Results 1 – 1 of 1) sorted by relevance
130 base::OnceCallback<void(const RawAddress&, uint8_t)> eatt_supp_feat_cb; in ConnectDeviceBothSides() local134 [&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()