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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 324 bta_gattc_sm_execute(p_clcb, event, p_msg);
368 bta_gattc_sm_execute(p_clcb, event, p_msg);
459 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_OPEN_FAIL_EVT, p_data);
470 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data);
513 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CONN_EVT, &gattc_data);
597 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_CANCEL_OPEN_OK_EVT, p_data);
637 bta_gattc_sm_execute(p_clcb, BTA_GATTC_START_CACHE_EVT, p_data);
650 bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL);
743 bta_gattc_sm_execute(&p_cb->clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, NULL);
761 bta_gattc_sm_execute(p_clcb, BTA_GATTC_API_CLOSE_EVT, p_data)
    [all...]
bta_gattc_main.c 280 ** Function bta_gattc_sm_execute
288 void bta_gattc_sm_execute(tBTA_GATTC_CLCB *p_clcb, UINT16 event, tBTA_GATTC_DATA *p_data) function
296 APPL_TRACE_DEBUG4("bta_gattc_sm_execute: State 0x%02x [%s], Event 0x%x[%s]", in_state,
387 bta_gattc_sm_execute(p_clcb, p_msg->event, (tBTA_GATTC_DATA *) p_msg);
bta_gattc_int.h 395 extern void bta_gattc_sm_execute(tBTA_GATTC_CLCB *p_clcb, UINT16 event, tBTA_GATTC_DATA *p_data);
bta_gattc_cache.c     [all...]

Completed in 20 milliseconds