Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1501 tGATT_IF temp_gatt_if; in GATT_CancelConnect() local
1518 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) { in GATT_CancelConnect()
1519 status = gatt_cancel_open(temp_gatt_if, bd_addr); in GATT_CancelConnect()
1532 while (gatt_find_app_for_bg_dev(bd_addr, &temp_gatt_if)) { in GATT_CancelConnect()
1533 gatt_remove_bg_dev_for_app(temp_gatt_if, bd_addr); in GATT_CancelConnect()