Home
last modified time | relevance | path

Searched refs:cif (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2280 void bta_gattc_init_clcb_conn(UINT8 cif, BD_ADDR remote_bda) in bta_gattc_init_clcb_conn() argument
2287 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE) { in bta_gattc_init_clcb_conn()
2293 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL) { in bta_gattc_init_clcb_conn()
2296 gattc_data.api_conn.client_if = cif; in bta_gattc_init_clcb_conn()
2315 void bta_gattc_process_listen_all(UINT8 cif) in bta_gattc_process_listen_all() argument
2322 … if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL) { in bta_gattc_process_listen_all()
2323 bta_gattc_init_clcb_conn(cif, p_conn->remote_bda); in bta_gattc_process_listen_all()