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

  /system/bt/bta/gatt/
bta_gattc_main.c 149 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_IDLE_ST},
183 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_W4_CONN_ST},
218 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_CACHE_OPEN, BTA_GATTC_DISCOVER_ST},
252 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_DISCOVER_ST},
488 case BTA_GATTC_START_CACHE_EVT:
489 return "BTA_GATTC_START_CACHE_EVT";
bta_gattc_int.h 64 BTA_GATTC_START_CACHE_EVT,
bta_gattc_act.c 724 bta_gattc_sm_execute(p_clcb, BTA_GATTC_START_CACHE_EVT, NULL);
    [all...]

Completed in 36 milliseconds