Lines Matching refs:p_tcb
308 tGATT_TCB* p_tcb; /* associated TCB of this CLCB */ member
410 extern bool gatt_disconnect(tGATT_TCB* p_tcb);
413 extern bool gatt_connect(const RawAddress& rem_bda, tGATT_TCB* p_tcb,
416 extern void gatt_data_process(tGATT_TCB& p_tcb, BT_HDR* p_buf);
417 extern void gatt_update_app_use_link_flag(tGATT_IF gatt_if, tGATT_TCB* p_tcb,
421 extern void gatt_set_ch_state(tGATT_TCB* p_tcb, tGATT_CH_STATE ch_state);
422 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB* p_tcb);
457 extern void gatt_start_conf_timer(tGATT_TCB* p_tcb);
466 extern bool gatt_is_srv_chg_ind_pending(tGATT_TCB* p_tcb);
475 extern void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind);
497 extern void gatt_server_handle_client_req(tGATT_TCB& p_tcb, uint8_t op_code,
513 extern void gatt_sr_copy_prep_cnt_to_cback_cnt(tGATT_TCB& p_tcb);
514 extern bool gatt_sr_is_cback_cnt_zero(tGATT_TCB& p_tcb);
515 extern bool gatt_sr_is_prep_cnt_zero(tGATT_TCB& p_tcb);
516 extern void gatt_sr_reset_cback_cnt(tGATT_TCB& p_tcb);
518 extern void gatt_sr_update_cback_cnt(tGATT_TCB& p_tcb, tGATT_IF gatt_if,
535 extern uint8_t gatt_send_write_msg(tGATT_TCB& p_tcb, tGATT_CLCB* p_clcb,
559 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB* p_tcb);
560 extern void gatt_set_sec_act(tGATT_TCB* p_tcb, tGATT_SEC_ACTION sec_act);