Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_tcb

395     tGATT_TCB               *p_tcb;         /* associated TCB of this CLCB */
436 tGATT_TCB *p_tcb;
553 extern BOOLEAN gatt_disconnect (tGATT_TCB *p_tcb);
555 extern BOOLEAN gatt_connect (BD_ADDR rem_bda, tGATT_TCB *p_tcb, tBT_TRANSPORT transport);
556 extern void gatt_data_process (tGATT_TCB *p_tcb, BT_HDR *p_buf);
557 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link);
560 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);
561 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
573 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
574 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
575 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
576 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
587 extern void gatt_start_conf_timer(tGATT_TCB *p_tcb);
590 extern void gatt_start_ind_ack_timer(tGATT_TCB *p_tcb);
591 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
593 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb );
597 extern BOOLEAN gatt_is_srv_chg_ind_pending (tGATT_TCB *p_tcb);
603 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
607 extern BOOLEAN gatt_cl_send_next_cmd_inq(tGATT_TCB *p_tcb);
636 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);
637 extern void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,
641 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
651 extern void gatt_sr_copy_prep_cnt_to_cback_cnt(tGATT_TCB *p_tcb );
652 extern BOOLEAN gatt_sr_is_cback_cnt_zero(tGATT_TCB *p_tcb );
653 extern BOOLEAN gatt_sr_is_prep_cnt_zero(tGATT_TCB *p_tcb );
654 extern void gatt_sr_reset_cback_cnt(tGATT_TCB *p_tcb );
655 extern void gatt_sr_reset_prep_cnt(tGATT_TCB *p_tcb );
656 extern void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
657 extern void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
659 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
660 extern UINT8 gatt_num_apps_hold_link(tGATT_TCB *p_tcb);
669 extern void gatt_dequeue_sr_cmd (tGATT_TCB *p_tcb);
670 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
678 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
680 extern tGATT_CLCB *gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_opcode);
681 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
682 extern void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code,
684 extern void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG flag);
688 extern void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf);
690 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb);
691 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
692 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);
699 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,
701 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,