Home | History | Annotate | Download | only in gatt

Lines Matching full:cif

315         APPL_TRACE_ERROR0("bta_gattc_deregister Deregister Failedm unknown client cif");
1649 APPL_TRACE_DEBUG4("bta_gattc_conn_cback: cif = %d connected = %d conn_id = %d reaosn = 0x%04x",
1696 APPL_TRACE_DEBUG1("bta_gattc_enc_cmpl_cback: cif = %d", gattc_if);
2008 void bta_gattc_init_clcb_conn(UINT8 cif, BD_ADDR remote_bda)
2015 if (GATT_GetConnIdIfConnected(cif, remote_bda,&conn_id) == FALSE)
2022 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda)) != NULL)
2026 gattc_data.api_conn.client_if = cif;
2047 void bta_gattc_process_listen_all(UINT8 cif)
2056 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda) == NULL)
2058 bta_gattc_init_clcb_conn(cif, p_conn->remote_bda);