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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c 133 /* BTA_GATTC_API_SEARCH_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_IDLE_ST},
167 /* BTA_GATTC_API_SEARCH_EVT */ {BTA_GATTC_FAIL, BTA_GATTC_W4_CONN_ST},
200 /* BTA_GATTC_API_SEARCH_EVT */ {BTA_GATTC_SEARCH, BTA_GATTC_CONN_ST},
234 /* BTA_GATTC_API_SEARCH_EVT */ {BTA_GATTC_Q_CMD, BTA_GATTC_DISCOVER_ST},
436 case BTA_GATTC_API_SEARCH_EVT:
437 return "BTA_GATTC_API_SEARCH_EVT";
bta_gattc_int.h 51 BTA_GATTC_API_SEARCH_EVT,
bta_gattc_api.c 242 p_buf->hdr.event = BTA_GATTC_API_SEARCH_EVT;
    [all...]

Completed in 24 milliseconds