Home | History | Annotate | Download | only in gatt

Lines Matching refs:cif

320         APPL_TRACE_ERROR("bta_gattc_deregister Deregister Failedm unknown client cif");
1796 APPL_TRACE_WARNING("%s() - cif=%d connected=%d conn_id=%d reason=0x%04x",
1846 APPL_TRACE_DEBUG("bta_gattc_enc_cmpl_cback: cif = %d", gattc_if);
2188 void bta_gattc_init_clcb_conn(UINT8 cif, BD_ADDR remote_bda)
2195 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE)
2202 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL)
2206 gattc_data.api_conn.client_if = cif;
2227 void bta_gattc_process_listen_all(UINT8 cif)
2236 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL)
2238 bta_gattc_init_clcb_conn(cif, p_conn->remote_bda);