Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc176 uint8_t i, first_unuse = 0xff; in bta_gatts_register() local
194 if (first_unuse == 0xff && !p_cb->rcb[i].in_use) { in bta_gatts_register()
195 first_unuse = i; in bta_gatts_register()
202 if (first_unuse != 0xff) { in bta_gatts_register()
203 log::info("register application first_unuse rcb_idx={}", first_unuse); in bta_gatts_register()
205 p_cb->rcb[first_unuse].in_use = true; in bta_gatts_register()
206 p_cb->rcb[first_unuse].p_cback = p_msg->api_reg.p_cback; in bta_gatts_register()
207 p_cb->rcb[first_unuse].app_uuid = p_msg->api_reg.app_uuid; in bta_gatts_register()
208 cb_data.reg_oper.server_if = p_cb->rcb[first_unuse].gatt_if = in bta_gatts_register()
211 if (!p_cb->rcb[first_unuse].gatt_if) { in bta_gatts_register()
[all …]