HomeSort by relevance Sort by last modified time
    Searched full:bta_gattc_close (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_main.c 54 BTA_GATTC_CLOSE,
92 bta_gattc_close,
176 /* BTA_GATTC_INT_DISCONN_EVT */ {BTA_GATTC_CLOSE, BTA_GATTC_IDLE_ST},
198 /* BTA_GATTC_API_CLOSE_EVT */ {BTA_GATTC_CLOSE, BTA_GATTC_IDLE_ST},
210 /* BTA_GATTC_INT_DISCONN_EVT */ {BTA_GATTC_CLOSE, BTA_GATTC_IDLE_ST},
243 /* BTA_GATTC_INT_DISCONN_EVT */ {BTA_GATTC_CLOSE, BTA_GATTC_IDLE_ST},
bta_gattc_int.h 416 extern void bta_gattc_close(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data);
bta_gattc_api.c 193 ** Function BTA_GATTC_Close
202 void BTA_GATTC_Close(UINT16 conn_id)
    [all...]
bta_gattc_act.c 290 bta_gattc_close(&p_cb->clcb[i], (tBTA_GATTC_DATA *)&buf) ;
698 void bta_gattc_close(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) function
704 APPL_TRACE_DEBUG1("bta_gattc_close conn_id=%d",p_clcb->bta_conn_id);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 642 ** Function BTA_GATTC_Close
651 BTA_API extern void BTA_GATTC_Close(UINT16 conn_id);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 509 BTA_GATTC_Close(p_cb->conn_id);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 8905 milliseconds