OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_API_CLOSE_EVT
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/gatt/
bta_gattc_main.c
126
/*
BTA_GATTC_API_CLOSE_EVT
*/ {BTA_GATTC_CLOSE_FAIL, BTA_GATTC_IDLE_ST},
155
/*
BTA_GATTC_API_CLOSE_EVT
*/ {BTA_GATTC_CANCEL_OPEN, BTA_GATTC_W4_CONN_ST},
184
/*
BTA_GATTC_API_CLOSE_EVT
*/ {BTA_GATTC_CLOSE, BTA_GATTC_IDLE_ST},
214
/*
BTA_GATTC_API_CLOSE_EVT
*/ {BTA_GATTC_DISC_CLOSE, BTA_GATTC_DISCOVER_ST},
441
case
BTA_GATTC_API_CLOSE_EVT
:
442
return "
BTA_GATTC_API_CLOSE_EVT
";
bta_gattc_api.c
196
p_buf->event =
BTA_GATTC_API_CLOSE_EVT
;
bta_gattc_int.h
50
BTA_GATTC_API_CLOSE_EVT
,
bta_gattc_act.c
306
buf.event =
BTA_GATTC_API_CLOSE_EVT
;
807
if (p_data->hdr.event ==
BTA_GATTC_API_CLOSE_EVT
)
867
// This function only gets called as the result of a
BTA_GATTC_API_CLOSE_EVT
[
all
...]
Completed in 67 milliseconds