Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_act.cc181 uint8_t i, first_unuse = 0xff; in bta_gatts_register() local
199 if (first_unuse == 0xff && !p_cb->rcb[i].in_use) { in bta_gatts_register()
200 first_unuse = i; in bta_gatts_register()
207 if (first_unuse != 0xff) { in bta_gatts_register()
208 LOG(INFO) << "register application first_unuse rcb_idx=" << +first_unuse; in bta_gatts_register()
210 p_cb->rcb[first_unuse].in_use = true; in bta_gatts_register()
211 p_cb->rcb[first_unuse].p_cback = p_msg->api_reg.p_cback; in bta_gatts_register()
212 p_cb->rcb[first_unuse].app_uuid = p_msg->api_reg.app_uuid; in bta_gatts_register()
213 cb_data.reg_oper.server_if = p_cb->rcb[first_unuse].gatt_if = in bta_gatts_register()
215 if (!p_cb->rcb[first_unuse].gatt_if) { in bta_gatts_register()
[all …]