Searched defs:tGATT_TCB (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_int.h296 } tGATT_TCB; typedef in typeref:struct:__anon921
306 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */
369 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
416 extern bool gatt_disconnect(tGATT_TCB* p_tcb);
420 extern bool gatt_connect(BD_ADDR rem_bda, tGATT_TCB* p_tcb,
422 extern void gatt_data_process(tGATT_TCB* p_tcb, BT_HDR* p_buf);
423 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
427 extern void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state);
428 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb);
439 extern tGATT_STATUS attp_send_cl_msg(tGATT_TCB* p_tc
[all...]

Completed in 6 milliseconds