Lines Matching defs:p_tcb
397 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
438 tGATT_TCB *p_tcb;
554 extern BOOLEAN gatt_disconnect (tGATT_TCB *p_tcb);
556 extern BOOLEAN gatt_connect (BD_ADDR rem_bda, tGATT_TCB *p_tcb, tBT_TRANSPORT transport);
557 extern void gatt_data_process (tGATT_TCB *p_tcb, BT_HDR *p_buf);
558 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link);
561 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);
562 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
574 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
575 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
576 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
577 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
588 extern void gatt_start_conf_timer(tGATT_TCB *p_tcb);
591 extern void gatt_start_ind_ack_timer(tGATT_TCB *p_tcb);
592 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
594 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb );
598 extern BOOLEAN gatt_is_srv_chg_ind_pending (tGATT_TCB *p_tcb);
604 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
608 extern BOOLEAN gatt_cl_send_next_cmd_inq(tGATT_TCB *p_tcb);
637 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
638 extern void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,
642 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
652 extern void gatt_sr_copy_prep_cnt_to_cback_cnt(tGATT_TCB *p_tcb );
653 extern BOOLEAN gatt_sr_is_cback_cnt_zero(tGATT_TCB *p_tcb );
654 extern BOOLEAN gatt_sr_is_prep_cnt_zero(tGATT_TCB *p_tcb );
655 extern void gatt_sr_reset_cback_cnt(tGATT_TCB *p_tcb );
656 extern void gatt_sr_reset_prep_cnt(tGATT_TCB *p_tcb );
657 extern void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
658 extern void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
660 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
661 extern UINT8 gatt_num_apps_hold_link(tGATT_TCB *p_tcb);
670 extern void gatt_dequeue_sr_cmd (tGATT_TCB *p_tcb);
671 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
679 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
681 extern tGATT_CLCB *gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_opcode);
682 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
683 extern void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code,
685 extern void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG flag);
689 extern void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf);
691 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb);
692 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
693 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);
700 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
702 extern tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset,