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 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
669
p_buf->hdr.event =
BTA_GATTC_API_WRITE_EVT
;
719
p_buf->hdr.event =
BTA_GATTC_API_WRITE_EVT
;
767
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},
450
case
BTA_GATTC_API_WRITE_EVT
:
451
return "
BTA_GATTC_API_WRITE_EVT
";
bta_gattc_int.h
46
BTA_GATTC_API_WRITE_EVT
,
bta_gattc_act.c
71
BTA_GATTC_API_WRITE_EVT
,
[
all
...]
bta_gattc_utils.c
490
case
BTA_GATTC_API_WRITE_EVT
:
[
all
...]
Completed in 31 milliseconds