Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c289 case BTA_HH_API_OPEN_EVT: in bta_hh_sm_execute()
345 …OR("wrong device handle: [%d], event:%d", p_data->hdr.layer_specific, event - BTA_HH_API_OPEN_EVT); in bta_hh_sm_execute()
425 if (p_msg->event == BTA_HH_API_OPEN_EVT) { in bta_hh_hdl_event()
488 case BTA_HH_API_OPEN_EVT: in bta_hh_evt_code()
Dbta_hh_api.c145 p_buf->hdr.event = BTA_HH_API_OPEN_EVT; in BTA_HhOpen()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h47 BTA_HH_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_HH), enumerator