HomeSort by relevance Sort by last modified time
    Searched refs:bta_hh_sm_execute (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 143 bta_hh_sm_execute(&bta_hh_cb.kdev[xx],
256 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
320 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
380 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
415 bta_hh_sm_execute(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
473 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
494 bta_hh_sm_execute(p_cb, BTA_HH_API_CLOSE_EVT, NULL);
634 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, p_data);
    [all...]
bta_hh_main.c 267 ** Function bta_hh_sm_execute
275 void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event, tBTA_HH_DATA * p_data) function
378 APPL_TRACE_EVENT("bta_hh_sm_execute: State 0x%02x [%s], Event [%s]",
385 APPL_TRACE_ERROR("bta_hh_sm_execute: Invalid state State = 0x%x, Event = %d",
486 bta_hh_sm_execute(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg);
bta_hh_le.c 894 bta_hh_sm_execute(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
    [all...]
bta_hh_int.h 337 extern void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event,

Completed in 41 milliseconds