Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.c164 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()
[all …]
Dgatt_utils.c737 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN) in gatt_find_the_connected_bda()
739 memcpy( bda, gatt_cb.tcb[i].peer_bda, BD_ADDR_LEN); in gatt_find_the_connected_bda()
741 *p_transport = gatt_cb.tcb[i].transport; in gatt_find_the_connected_bda()
845 if (gatt_cb.tcb[i].in_use && in gatt_is_bda_connected()
846 !memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN)) in gatt_is_bda_connected()
870 if (!memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN) && in gatt_find_i_tcb_by_addr()
871 gatt_cb.tcb[i].transport == transport) in gatt_find_i_tcb_by_addr()
893 if ( (tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use) in gatt_get_tcb_by_idx()
894 p_tcb = &gatt_cb.tcb[tcb_idx]; in gatt_get_tcb_by_idx()
914 p_tcb = &gatt_cb.tcb[i]; in gatt_find_tcb_by_addr()
[all …]
Dgatt_int.h467 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member
Dgatt_api.c1273 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++) in GATT_Deregister()
/system/bt/bta/hl/
Dbta_hl_int.h563 tBTA_HL_TIMER_CB tcb[BTA_HL_NUM_TIMERS]; member