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

/system/bt/stack/gatt/
H A Dgatt_utils.c717 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN)
719 memcpy( bda, gatt_cb.tcb[i].peer_bda, BD_ADDR_LEN);
721 *p_transport = gatt_cb.tcb[i].transport;
809 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
819 if (gatt_cb.tcb[i].in_use &&
820 !memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN))
833 ** Description The function searches for an empty tcb entry, and return the index.
835 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
844 if (!memcmp(gatt_cb.tcb[
[all...]
H A Dgatt_main.c595 /* allocate tcb */
598 /* no tcb available, reject L2CAP connection */
1168 p_tcb = &gatt_cb.tcb[found_idx];;
1188 ** Description This function set the ch_state in tcb
1206 ** Description This function get the ch_state in tcb
H A Dgatt_api.c1282 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
H A Dgatt_int.h486 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member in struct:__anon885
/system/bt/bta/hl/
H A Dbta_hl_int.h566 tBTA_HL_TIMER_CB tcb[BTA_HL_NUM_TIMERS]; member in struct:__anon258

Completed in 14 milliseconds