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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c 127 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
161 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
194 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST},
228 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
428 case BTA_GATTC_API_READ_EVT:
429 return "BTA_GATTC_API_READ_EVT";
bta_gattc_api.c 531 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
565 p_buf->hdr.event = BTA_GATTC_API_READ_EVT;
    [all...]
bta_gattc_int.h 45 BTA_GATTC_API_READ_EVT,
bta_gattc_act.c 63 BTA_GATTC_API_READ_EVT,
    [all...]

Completed in 76 milliseconds