Home | History | Annotate | Download | only in gatt

Lines Matching refs:trans_id

711 **                  trans_id: transaction id
718 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
727 GATT_TRACE_API ("GATTS_SendRsp: conn_id: %u trans_id: %u Status: 0x%04x",
728 conn_id, trans_id, status);
736 if (p_tcb->sr_cmd.trans_id != trans_id)
744 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);