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
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c
138
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
172
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
205
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST},
239
/*
BTA_GATTC_INT_CONN_EVT
*/ {BTA_GATTC_IGNORE, BTA_GATTC_DISCOVER_ST},
442
case
BTA_GATTC_INT_CONN_EVT
:
443
return "
BTA_GATTC_INT_CONN_EVT
";
bta_gattc_act.c
470
bta_gattc_sm_execute(p_clcb,
BTA_GATTC_INT_CONN_EVT
, &gattc_data);
513
bta_gattc_sm_execute(p_clcb,
BTA_GATTC_INT_CONN_EVT
, &gattc_data);
[
all
...]
bta_gattc_int.h
56
BTA_GATTC_INT_CONN_EVT
,
Completed in 22 milliseconds