Lines Matching full:cif
317 APPL_TRACE_ERROR("bta_gattc_deregister Deregister Failedm unknown client cif");
1550 APPL_TRACE_WARNING("%s() - cif=%d connected=%d conn_id=%d reason=0x%04x",
1602 APPL_TRACE_DEBUG("%s: cif = %d", __func__, gattc_if);
1956 void bta_gattc_init_clcb_conn(UINT8 cif, BD_ADDR remote_bda)
1963 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE)
1970 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL)
1974 gattc_data.api_conn.client_if = cif;
1995 void bta_gattc_process_listen_all(UINT8 cif)
2004 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL)
2006 bta_gattc_init_clcb_conn(cif, p_conn->remote_bda);