OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_API_WRITE_EVT
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
653
p_buf->hdr.event =
BTA_GATTC_API_WRITE_EVT
;
703
p_buf->hdr.event =
BTA_GATTC_API_WRITE_EVT
;
750
p_buf->hdr.event =
BTA_GATTC_API_WRITE_EVT
;
[
all
...]
bta_gattc_main.c
128
/*
BTA_GATTC_API_WRITE_EVT
*/ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
162
/*
BTA_GATTC_API_WRITE_EVT
*/ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
195
/*
BTA_GATTC_API_WRITE_EVT
*/ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST},
229
/*
BTA_GATTC_API_WRITE_EVT
*/ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
430
case
BTA_GATTC_API_WRITE_EVT
:
431
return "
BTA_GATTC_API_WRITE_EVT
";
bta_gattc_int.h
46
BTA_GATTC_API_WRITE_EVT
,
bta_gattc_act.c
64
BTA_GATTC_API_WRITE_EVT
,
[
all
...]
Completed in 23 milliseconds