Searched defs:temp_gatt_if (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.c1408 tGATT_IF temp_gatt_if; local
1429 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1431 status = gatt_cancel_open(temp_gatt_if, bd_addr);
1452 while (gatt_find_app_for_bg_dev(bd_addr, &temp_gatt_if))
1453 gatt_remove_bg_dev_for_app(temp_gatt_if, bd_addr);

Completed in 25 milliseconds