HomeSort by relevance Sort by last modified time
    Searched refs:BTA_GATTC_API_WRITE_EVT (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/gatt/
bta_gattc_api.c 432 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
474 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
513 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT;
bta_gattc_main.c 122 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
151 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
180 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST},
210 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
437 case BTA_GATTC_API_WRITE_EVT:
438 return "BTA_GATTC_API_WRITE_EVT";
bta_gattc_int.h 46 BTA_GATTC_API_WRITE_EVT,
bta_gattc_act.c 78 BTA_GATTC_API_WRITE_EVT,
    [all...]

Completed in 307 milliseconds