OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_API_SEARCH_EVT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c
136
/*
BTA_GATTC_API_SEARCH_EVT
*/ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
171
/*
BTA_GATTC_API_SEARCH_EVT
*/ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
205
/*
BTA_GATTC_API_SEARCH_EVT
*/ {BTA_GATTC_SEARCH, BTA_GATTC_CONN_ST},
240
/*
BTA_GATTC_API_SEARCH_EVT
*/ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
472
case
BTA_GATTC_API_SEARCH_EVT
:
473
return "
BTA_GATTC_API_SEARCH_EVT
";
bta_gattc_api.c
279
p_buf->hdr.event =
BTA_GATTC_API_SEARCH_EVT
;
[
all
...]
bta_gattc_int.h
52
BTA_GATTC_API_SEARCH_EVT
,
Completed in 540 milliseconds