Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc675 bta_hh_event_text(p_cb->w4_evt), p_data->hid_cback.data); in bta_hh_handsk_act()
721 bta_hh_event_text(p_cb->w4_evt)); in bta_hh_handsk_act()
745 bta_hh_event_text(p_cb->w4_evt)); in bta_hh_ctrl_dat_act()
780 bta_hh_event_text(p_cb->w4_evt)); in bta_hh_ctrl_dat_act()
Dbta_hh_le.cc1835 bta_hh_event_text(p_dev_cb->w4_evt)); in read_report_cb()
1929 log::verbose("w4_evt:{}", bta_hh_event_text(p_dev_cb->w4_evt)); in write_report_cb()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h170 inline std::string bta_hh_event_text(uint16_t event) { in bta_hh_event_text() function
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc507 TEST_F(BtifCoreTest, bta_hh_event_text) { in TEST_F() argument
527 ASSERT_TRUE(bta_hh_event_text(event.first).starts_with(event.second)); in TEST_F()
529 ASSERT_TRUE(bta_hh_event_text(std::numeric_limits<uint16_t>::max()) in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc986 log::verbose("event={} dereg = {}", bta_hh_event_text(event), in btif_hh_upstreams_evt()