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

  /system/bt/bta/gatt/
bta_gattc_main.c 141 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
176 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
193 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_CONN_ST},
194 /* BTA_GATTC_INT_OPEN_FAIL_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST},
195 /* BTA_GATTC_API_CANCEL_OPEN_EVT */ {BTA_GATTC_CANCEL_OPEN_ERROR, BTA_GATTC_CONN_ST},
196 /* BTA_GATTC_INT_CANCEL_OPEN_OK_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST},
198 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST},
199 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST},
200 /* BTA_GATTC_API_EXEC_EVT */ {BTA_GATTC_EXEC, BTA_GATTC_CONN_ST},
201 /* BTA_GATTC_API_CFG_MTU_EVT */ {BTA_GATTC_CFG_MTU, BTA_GATTC_CONN_ST},
    [all...]
bta_gattc_act.c 867 p_clcb->state = BTA_GATTC_CONN_ST;
872 if (p_clcb->state == BTA_GATTC_CONN_ST)
874 APPL_TRACE_DEBUG("State is back to BTA_GATTC_CONN_ST. "
    [all...]
bta_gattc_int.h 303 BTA_GATTC_CONN_ST, /* connected state */
bta_gattc_cache.c     [all...]

Completed in 36 milliseconds