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
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
142
bta_hh_sm_execute
(&bta_hh_cb.kdev[xx],
251
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
315
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
375
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
410
bta_hh_sm_execute
(p_cb, BTA_HH_SDP_CMPL_EVT, (tBTA_HH_DATA *)&status);
468
bta_hh_sm_execute
(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
489
bta_hh_sm_execute
(p_cb, BTA_HH_API_CLOSE_EVT, NULL);
629
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_EVENT3("
bta_hh_sm_execute
: State 0x%02x [%s], Event [%s]",
379
APPL_TRACE_ERROR2("
bta_hh_sm_execute
: Invalid state State = 0x%x, Event = %d",
480
bta_hh_sm_execute
(p_cb, p_msg->event, (tBTA_HH_DATA *) p_msg);
bta_hh_le.c
865
bta_hh_sm_execute
(p_cb, BTA_HH_OPEN_CMPL_EVT, NULL);
[
all
...]
bta_hh_int.h
340
extern void
bta_hh_sm_execute
(tBTA_HH_DEV_CB *p_cb, UINT16 event,
Completed in 1036 milliseconds