Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c1394 tGATT_IF temp_gatt_if; in GATT_CancelConnect() local
1414 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) in GATT_CancelConnect()
1416 status = gatt_cancel_open(temp_gatt_if, bd_addr); in GATT_CancelConnect()
1437 while (gatt_find_app_for_bg_dev(bd_addr, &temp_gatt_if)) in GATT_CancelConnect()
1438 gatt_remove_bg_dev_for_app(temp_gatt_if, bd_addr); in GATT_CancelConnect()