OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_hh_sm_execute
(Results
1 - 4
of
4
) sorted by null
/system/bt/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);
319
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
379
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
405
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
472
bta_hh_sm_execute
(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
493
bta_hh_sm_execute
(p_cb, BTA_HH_API_CLOSE_EVT, NULL);
633
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
372
APPL_TRACE_EVENT("
bta_hh_sm_execute
: State 0x%02x [%s], Event [%s]",
379
APPL_TRACE_ERROR("
bta_hh_sm_execute
: Invalid state State = 0x%x, Event = %d",
478
bta_hh_sm_execute
(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg);
bta_hh_le.c
893
bta_hh_sm_execute
(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
[
all
...]
bta_hh_int.h
330
extern void
bta_hh_sm_execute
(tBTA_HH_DEV_CB *p_cb, UINT16 event,
Completed in 88 milliseconds