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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c 122 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_W4_CONN_ST},
156 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_W4_CONN_ST},
189 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN_ERROR, BTA_GATTC_CONN_ST},
223 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN_ERROR, BTA_GATTC_DISCOVER_ST},
371 case BTA_GATTC_API_OPEN_EVT:
420 case BTA_GATTC_API_OPEN_EVT:
421 return "BTA_GATTC_API_OPEN_EVT";
bta_gattc_int.h 40 BTA_GATTC_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_GATTC),
bta_gattc_api.c 148 p_buf->hdr.event = BTA_GATTC_API_OPEN_EVT;
    [all...]
bta_gattc_act.c     [all...]

Completed in 23 milliseconds