OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_INT_CONN_EVT
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/gatt/
bta_gattc_main.c
133
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
162
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
191
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST},
221
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_CONN, BTA_GATTC_DISCOVER_ST},
385
if (p_msg->event ==
BTA_GATTC_INT_CONN_EVT
)
449
case
BTA_GATTC_INT_CONN_EVT
:
450
return "
BTA_GATTC_INT_CONN_EVT
";
bta_gattc_act.c
537
bta_gattc_sm_execute(p_clcb,
BTA_GATTC_INT_CONN_EVT
, &gattc_data);
585
bta_gattc_sm_execute(p_clcb,
BTA_GATTC_INT_CONN_EVT
, &gattc_data);
[
all
...]
bta_gattc_int.h
57
BTA_GATTC_INT_CONN_EVT
,
Completed in 37 milliseconds