Searched refs:BTA_GATTC_API_WRITE_EVT (Results 1 - 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
H A D | bta_gattc_api.c | 697 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; 747 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; 795 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
|
H A D | bta_gattc_main.c | 130 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST}, 165 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST}, 199 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST}, 234 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST}, 466 case BTA_GATTC_API_WRITE_EVT: 467 return "BTA_GATTC_API_WRITE_EVT";
|
H A D | bta_gattc_int.h | 46 BTA_GATTC_API_WRITE_EVT, enumerator in enum:__anon149
|
H A D | bta_gattc_act.c | 77 BTA_GATTC_API_WRITE_EVT, 1410 if (p_clcb->p_q_cmd->api_write.hdr.event == BTA_GATTC_API_WRITE_EVT &&
|
Completed in 85 milliseconds