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 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;
    [all...]
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";
bta_gattc_int.h 46 BTA_GATTC_API_WRITE_EVT,
bta_gattc_act.c 77 BTA_GATTC_API_WRITE_EVT,
    [all...]

Completed in 513 milliseconds