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

  /system/bt/bta/gatt/
bta_gattc_main.c 129 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
164 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
198 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST},
233 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
464 case BTA_GATTC_API_READ_EVT:
465 return "BTA_GATTC_API_READ_EVT";
bta_gattc_api.c 571 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
607 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
    [all...]
bta_gattc_int.h 45 BTA_GATTC_API_READ_EVT,
bta_gattc_act.c 76 BTA_GATTC_API_READ_EVT,
    [all...]

Completed in 47 milliseconds