Searched defs:tGATT_TCB (Results 1 - 1 of 1) sorted by last modified time

/system/bt/stack/gatt/
H A Dgatt_int.h297 } tGATT_TCB; typedef in typeref:struct:__anon1010
307 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */
360 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL];
403 extern bool gatt_disconnect(tGATT_TCB* p_tcb);
407 extern bool gatt_connect(const RawAddress& rem_bda, tGATT_TCB* p_tcb,
409 extern void gatt_data_process(tGATT_TCB& p_tcb, BT_HDR* p_buf);
410 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
414 extern void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state);
415 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb);
426 extern tGATT_STATUS attp_send_cl_msg(tGATT_TCB
[all...]

Completed in 80 milliseconds