Lines Matching refs:tcb
164 fixed_queue_free(gatt_cb.tcb[i].pending_enc_clcb, NULL); in gatt_free()
165 gatt_cb.tcb[i].pending_enc_clcb = NULL; in gatt_free()
167 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free()
168 gatt_cb.tcb[i].pending_ind_q = NULL; in gatt_free()
170 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free()
171 gatt_cb.tcb[i].conf_timer = NULL; in gatt_free()
173 alarm_free(gatt_cb.tcb[i].ind_ack_timer); in gatt_free()
174 gatt_cb.tcb[i].ind_ack_timer = NULL; in gatt_free()
176 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL); in gatt_free()
177 gatt_cb.tcb[i].sr_cmd.multi_rsp_q = NULL; in gatt_free()
1199 p_tcb = &gatt_cb.tcb[found_idx];; in gatt_proc_srv_chg()