Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc140 .getrcfeatures_cb = [](const RawAddress& /* bd_addr */, int /* features */) { FAIL(); }, in __anon97df6eb30502()
200 btrc_ctrl_callbacks.getrcfeatures_cb = [](const RawAddress& bd_addr, int features) { in SetUp()
211 bt_rc_ctrl_callbacks->getrcfeatures_cb = [](const RawAddress& /*bd_addr*/, int /*features*/) {}; in TearDown()
399 btrc_ctrl_callbacks.getrcfeatures_cb = [](const RawAddress& /* bd_addr */, int /* features */) {}; in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h305 btrc_ctrl_getrcfeatures_callback getrcfeatures_cb; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs296 getrcfeatures_cb: Some(avrcp_getrcfeatures_cb), in initialize()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc537 base::BindOnce(bt_rc_ctrl_callbacks->getrcfeatures_cb, p_dev->rc_addr, rc_features)); in handle_rc_ctrl_features_all()
585 base::BindOnce(bt_rc_ctrl_callbacks->getrcfeatures_cb, p_dev->rc_addr, rc_features)); in handle_rc_ctrl_features()