Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_utils.cc518 uint8_t i_conn = 0; in bta_gattc_conn_alloc() local
521 for (i_conn = 0; i_conn < BTA_GATTC_CONN_MAX; i_conn++, p_conn++) { in bta_gattc_conn_alloc()
524 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " available"; in bta_gattc_conn_alloc()
544 uint8_t i_conn = 0; in bta_gattc_conn_find() local
547 for (i_conn = 0; i_conn < BTA_GATTC_CONN_MAX; i_conn++, p_conn++) { in bta_gattc_conn_find()
550 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " matched"; in bta_gattc_conn_find()