Home | History | Annotate | Download | only in gatt

Lines Matching defs:p_tcb

378     tGATT_TCB               *p_tcb;         /* associated TCB of this CLCB */
410 tGATT_TCB *p_tcb;
514 extern BOOLEAN gatt_connect (BD_ADDR rem_bda, tGATT_TCB *p_tcb);
515 extern void gatt_data_process (tGATT_TCB *p_tcb, BT_HDR *p_buf);
516 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link);
519 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);
520 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
535 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
536 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
537 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
538 extern BOOLEAN attp_send_msg_to_L2CAP(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
547 extern void gatt_start_rsp_timer(tGATT_TCB *p_tcb);
548 extern void gatt_start_conf_timer(tGATT_TCB *p_tcb);
551 extern void gatt_start_ind_ack_timer(tGATT_TCB *p_tcb);
552 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
557 extern BOOLEAN gatt_is_srv_chg_ind_pending (tGATT_TCB *p_tcb);
563 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
596 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);
597 extern void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,
601 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
611 extern void gatt_sr_copy_prep_cnt_to_cback_cnt(tGATT_TCB *p_tcb );
612 extern BOOLEAN gatt_sr_is_cback_cnt_zero(tGATT_TCB *p_tcb );
613 extern BOOLEAN gatt_sr_is_prep_cnt_zero(tGATT_TCB *p_tcb );
614 extern void gatt_sr_reset_cback_cnt(tGATT_TCB *p_tcb );
615 extern void gatt_sr_reset_prep_cnt(tGATT_TCB *p_tcb );
616 extern void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
617 extern void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
619 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
620 extern UINT8 gatt_num_apps_hold_link(tGATT_TCB *p_tcb);
629 extern void gatt_dequeue_sr_cmd (tGATT_TCB *p_tcb);
630 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
638 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
640 extern tGATT_CLCB *gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_opcode);
641 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
642 extern void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code,
644 extern void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG flag);
648 extern void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf);
650 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb);
651 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
652 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);
659 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,
661 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,