Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_main.cc50 case BTA_HH_API_OPEN_EVT: in bta_hh_better_state_machine()
202 case BTA_HH_API_OPEN_EVT: in bta_hh_sm_execute()
322 if (p_msg->event == BTA_HH_API_OPEN_EVT) { in bta_hh_hdl_event()
378 case BTA_HH_API_OPEN_EVT: in bta_hh_evt_code()
Dbta_hh_api.cc123 p_buf->hdr.event = BTA_HH_API_OPEN_EVT; in BTA_HhOpen()
Dbta_hh_int.h38 BTA_HH_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_HH), enumerator