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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c 146 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_IDLE_ST},
179 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_W4_CONN_ST},
213 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_CACHE_OPEN, BTA_GATTC_DISCOVER_ST},
246 /* BTA_GATTC_START_CACHE_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_DISCOVER_ST},
452 case BTA_GATTC_START_CACHE_EVT:
453 return "BTA_GATTC_START_CACHE_EVT";
bta_gattc_int.h 63 BTA_GATTC_START_CACHE_EVT,
bta_gattc_act.c 637 bta_gattc_sm_execute(p_clcb, BTA_GATTC_START_CACHE_EVT, p_data);
    [all...]

Completed in 22 milliseconds